1. #1
    Sencha User
    Join Date
    Dec 2011
    Posts
    10
    Vote Rating
    0
    Answers
    1
    jayantpaliwal is on a distinguished road

      0  

    Default Unanswered: Native Sencha Touch app with Facebook authentication

    Unanswered: Native Sencha Touch app with Facebook authentication


    Hello Everybody,

    Someone ever created a Native Android/iOS app in Sencha Touch and implement Facebook authentication? If so can you please share your code/method?
    I already go through this link https://developers.facebook.com/docs...login/devices/ but seems Facebook yet not supporting it.

    All I want to provide a simple button in app and get user's Auth token from Facebook and package this app in Native.

    Regards,
    Jayant

  2. #2
    Sencha User
    Join Date
    Aug 2011
    Location
    London
    Posts
    327
    Vote Rating
    10
    Answers
    10
    digeridoopoo will become famous soon enough

      0  

    Default I would like to do this too....

    I would like to do this too....


    I would like to do this too.....I have had some success grabbing posts off a users' facebook wall, however the access token expires after 2 hours. I think I have to activate authentication somehow....

    Apparently the job with friends app does this?

    http://www.sencha.com/apps/jog-with-friends

  3. #3
    Sencha User
    Join Date
    Dec 2011
    Posts
    10
    Vote Rating
    0
    Answers
    1
    jayantpaliwal is on a distinguished road

      0  

    Default


    Jog With Friends is web app, I am not sure it will work same if convert into native. The only issue is to get user's auth token from native app, rest of all API calls can be done easily if we have token in hand. We can use backend server page as well to talk to facebook for other API calls. But I am not sure how to get token from App if we build it into native.
    FYI: you can send offline access parameter in FB request to increase your auth token life to 2 months.

    Regards,
    Jayant