Im relatively new to iPhone development and Im trying to implement Facebook functions in my app. I tried the Facebook connect DemoApp, but it doesn’t seem to save my session. I have to login everytime I restart my app. How do I implement session saving in my app? I have searched a lot but still haven’t found a simple way to do this. Thanks
Im relatively new to iPhone development and Im trying to implement Facebook functions in
Share
You need to request “offline_access” permission. Otherwise your token expires and needs to be refreshed with a new login. If you get offline permission, the token you’re given is good until the graph client is explicitly logged out.