While awaiting a response to my question here, the gist of which is:
- I want to start Facebook login on my iOS app
- I want to continue on Parse.com CloudCode where I can write to non-authenticated PFUser using MasterKey() so I can link the PFUser to the active Facebook session mentioned in step 1
- I want to return to my iOS app and make the PFUser my active/current user on the app
I was wondering if it is possible to pass an active FBSession object from iOS to CloudCode (JavaScript)?