I'd like to use Facebook single sign on (SSO) in my iPhone app, but I would also like to get the option to users to login with a different account from the one they are logged in the official Facebook app. Ideally, the user will be first sent to the Facebook app, but when she refuses to accept the sign on, the control will be sent back to my app. At this point, it would be perfect to show the old in app login view, so that she can use a different userid/password combination. Is that last step possible? Thanks!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You should use the proper library (http://three20.info/) for work with Facebook. There are all tools what you will need! In your case it will be simple code like:
|
|||
|
|
|
When the call the iOS SDK authorize method a dialog will be popped up to ask for permissions if a logged-in user of the Facebook app was found. In that dialog there should be a "Not You?" link that would give the user the option to log in as a different user. |
|||||||||
|