Facebook Login Woes

Monkey Forums/Monkey Programming/Facebook Login Woes

Ads(Posted 2013) [#1]
Evening all,

I'm attempting to integrate facebook into my game, and I'm stuck on one fundamental part of it - handling the user login.

I simply cannot find a way to capture the URI in the redirect page after logging in, which contains the access token I need. I have looked at using OpenURL in native monkey, diddy and 'LaunchBrower' and nothing seems to let me grab that URI information.

Everything else is super easy - I can get data from via graph.facebook.com using HTTPrequest and JSON, but that's using an access token via the facebook dev site. It's very frustrating!

Any ideas as to what I'm doing wrong? I have a feeling I'm way off on how to do this, I admit my web knowledge is rather lacking.

Cheers!


dragon(Posted 2013) [#2]
like this:
http://stackoverflow.com/questions/4758770/how-to-get-access-token-from-fb-login-method-in-javascript-sdk