In facebook API there are different states of the sessions : FBSessionStateCreated FBSessionStateCreatedTokenLoaded FBSessionStateOpen
What I have understood is that the SDK caches the token. But what is the meaning of session here? Is it just an object or any connection between facebook and application?
When does the token becomes invalid? Or is it always valid once authenticated for the particular app?
An what is the meaning of FBSessionStateOpen? if we (or SDK) already have the access-token can't it access all the information using that?
Can anyone explain what happens under the hood?