I'm trying to develop a mobile app for iOS that allows multiple users to authorize the app to access their Facebook data. The built in Facebook module is very easy to use for a single user, but I can't see how to save tokens after authentication then reuse to get access. I have looked in this forum, but can't find a solution that works for me. I have read that this limitation is due to the Facebook SSO structure, but hoped that someone had figured out a work around.
This code appeared in a previous question similar to mine but is not recognized (or I'm using it wrong).
AppFramework.loginFbUser(fbUid,fbToken);This manual login with directly accessible tokens is much closer to the OAuth approach I used for Twitter login and would be perfect.