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?