I use "login_with_facebook.php" and set the $client; the login works fine but, when facebook redirect to my page ($client->redirect_uri) i not found the tokens, the url return have $_GET vars type: ".../my_page_return.php?code=*****[...]*****&state=***-*****#_=_ " ¿where are the tokens? and ¿what is code & state?.
Thanks in advance.
azdf gfas - 2014-07-11 20:43:25 - In reply to message 2 from Manuel Lemos
Ok, but if i dont modify "login_with_facebook.php" the result is "This web page has a redirect loop" This is because always execute "$client->Process()" and this call to Redirect() function into "oauth_client.php" or ¿How it should work?.