Multiple Facebook Accounts Tied Into One App
I'm trying to figure out to have multiple facebook accounts tied into my app. So that when different users login, they can access their individual facebook accounts. I would like t
Solution 1:
For the new Facebook SDK 3.0b for Android (http://developers.facebook.com/android), we include a new sample called SwitchUserSample which might be a good starting point for you.
As at the time of writing (since the SDK is still in beta and on the 'preview' branch), you can find the sample's code in GitHub at https://github.com/facebook/facebook-android-sdk/tree/preview/samples/SwitchUserSample - and of course the sample (with project files) is also in the SDK itself.
Post a Comment for "Multiple Facebook Accounts Tied Into One App"