We are building an iPhone application that requires Facebook to signup. We would like to do two things after a user has created an account, and then logs out of our application. We are working within the constraints of four primary assumptions.
A. User(s) have already signed up and their FB token(s) are stored on the device
B. There may be more than one user that signs up or logs in from a single device. In which case multiple tokens may be stored.
C. No user is logged in to our app currently
D. It is unclear which user is logged into the Facebook app at this time
With these assumptions, we have two questions:
How do we match the correct stored token with the person currently logged into Facebook on the device?
How do we skip the prompt, "You have already authorized..." that requires an "okay" before returning to the app?
Code examples would be very much appreciated.