I'm using the Facebook iOS SDK in my application and i have two similar question:
- Is there any way to know whether or not there is a user currently logged in?
- What i'm using now is storing the access token and expiration date on successful login, and load them when the application start. My question is: If the session is not valid, can i just give the user the option to log in without asking every time for permissions? because right now, every time that i want to login i get the message that i already gave permissions to my app. And I only want to login without this part.
Any ideas?