Is it possible to use the Facebook iOS SDK to authenticate within an app (not go to Safari or Facebook app), and also keep those authentication credentials for the next launch of the app?
When I try to use the demo app in the simulator, it always goes to safari to authenticate, which seems a bit crappy. And then, after I authenticate I couldn't redirect back to my app.
Is there a way, to just present the user with just an email field and a password field and then keep that info.. within the app?