Would it be possible to have Corona return the access token after a successful login? This would allow us to make non-graph api calls and be able to use fql as well.
Without the access token we are not able to do anything except the graph api calls correct?
I want to be able to either make direct calls to facebook via http requests or to pass the access token to my server so that I can make some of the calls over there.
I would imagine this is a pretty trivial thing, as the facebook sdk specifically returns the token and uses it in all graph requests. [import]uid: 47373 topic_id: 14333 reply_id: 314333[/import]