Multiple facebook accounts in single iPhone app
Asked Answered
C

4

6

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

Cullin answered 27/10, 2009 at 11:38 Comment(0)
C
2

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.

Cocke answered 4/11, 2009 at 15:43 Comment(0)
E
1

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

Eustis answered 4/11, 2009 at 15:41 Comment(1)
Thans for your response. But i think the way it works is, when a user logs out, the only way to log him in is showing the FBDialog for him to enter credentials. Dont think it would allow that to happen automatically storing the credentials may be in NSUserDefaults or KeyChain.Cullin
D
1

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.

Drusilladrusus answered 27/12, 2010 at 14:26 Comment(0)
K
0

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

Kermis answered 25/3, 2011 at 9:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.