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 am integrating my app with facebook on iphone. When the first time user log's in I would like to ask him to enter the facebook credentials, but after than whenever he come back to my app I don't him to show the login screen again. So I have two questions

1) How does this single sign on works? - it says that if the user is already logged into facebook through some other app, facebook login screen will not be shown to him, so does the facebook gives the same access token and expiry time as it has given to the other app or does it create a new access token and a new expiry time?

2) So after the expiry time, user will be presented the facebook login page again? I really don't want this to happen, is this is way to avoid it.

share|improve this question

1 Answer

up vote 0 down vote accepted

One solution that i can think of this to make a request with the permission for offline_access, in which case the token will never expire, any other solution guys?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.