Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing an application that authenticates the user to the Facebook all works fine however if the user logs out and want to log back into the same browser session an error occurs!

Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user. thrown in /home/public_html/src/base_facebook.php on line 1128

share|improve this question
what have you tried so far? let's see whats on line 1128 – ClydeFrog Jan 28 at 12:10
$e = new FacebookApiException($result); – Marcelo Jan 28 at 13:30
I meant, show your whole code where you try to authenticate. But i think you're not authenticating with the right access token for that user – ClydeFrog Jan 28 at 13:42
thank you'll see everything right here! – Marcelo Jan 28 at 13:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.