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 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.

share|improve this question
The solution above is working! sorry for the duplication. – Red Mak Jul 13 '12 at 8:29

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.