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.
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....
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.