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 a little confused here.

I have an app which does facebook authentication via the new facebook sdk (3.1).

If the user is not logged in on the facebook mobile app/website and they are starting up my app for the first time, they will at some point be presented with the facebook login screen because they want to do some facebook related action in my app. When they login on the facebook mobile app/website, my app gets an accesstoken to use with facebook and the client's mobile app/facebook is now also logged in.

However, if the client logs out of facebook on the mobile app/website after doing the above, my app is still able to continue using the access token to do things. Why is this? Shouldn't the access token be invalidated? Or are there two different access tokens in play here?

share|improve this question

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.