views:

1291

answers:

2

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

A: 

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

deanWombourne
A: 

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.

paulthenerd