i have an app that use FB to login into it, i follow this great tuto , but when i close the app and open it again the FB.session is no longer valid, so i can't post in user wall for example ( i can add accessToken in the dictionary post in "requestWithGraphPath: andParams: andHttpMethod: andDelegate:" ) but i still have to test manually the acessTokenExpirationDate. but why the session is not persistent, have i to modify "isSessionValid" function to test with my values stored in the 'standardUserDefaults plist' ? if i do that, i get this error msg :
[..]the operation couldn’t be completed. (facebookErrDomain error 10000.)[..]
An active access token must be used to query information about the current user.[..]
is it a known bug ? have you a solution for that ?
Edit: i try this solution: facebook isSessionValid is always NO but it always redirect to log again in FB app or safari, this is not a really elegant solution i think.