Multiple facebook accounts in single iPhone app

60.2k Views Asked by At

Is there a way I can allow user to login with multiple facebook accounts at the same time? Like what tweetie2 does for twitter accounts. So if I have two facebook accounts - [email protected] and [email protected]. I want the user to login with both of them on my iPhone app. Selecting tab for [email protected] will show statuses from a and selecting tab [email protected] would do the same for b.

Please let me know. Thanks AJ

4

There are 4 best solutions below

1
On

With the way the FBConnect code works, probably not more than one user at a time.

However, if you had two users A and B, when user B's tab is clicked on, you could log out user A and then log in user B. Then, when user A's tab is clicked on, user B would be logged out and user A logged back in.

Sam

0
On

Ya if you used keychain to store their credentials it'd be possible to have them enter their credentials for each account (you'd store them in keychain) and then do the logout/login as necessary. Not the best, but might be all you have open to you.

0
On

You can use one in iPhone app and the other web based

Unfortunately the web based version does not support photo uploads. You have to use the app version to get this.

0
On

There is 'Friendly' for facebook on the iPad so it must be possible.