I am designing an iPhone app which needs the user to login to his/her Facebook account.
The app uses GAE (Google App Engine) as the background server (Python), so the problem now is that I don't know how GAE, iPhone and Facebook authentication works.
My guess is user logs in to FB from iPhone and will get an access_token, and then the iphone app sends the access_token to GAE so that GAE can recognize the user.
Is that correct? Or is there any tutorial about how to cooperate between these platforms?
I have checked out a open source called lean-engine but they do not have available source code for the iphone (only Android).
If possible please post source/github project!!!!
Thanks in advance!