Question

I've integrated the SLRequest class with my app and can successfully update user timelines etc. So far so good. However, I'm stuck with how to handle the scenario when Facebook invalidates the user's access token (due to inactivity etc).

Normally you'd handle this as per Facebook's advice here : http://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/. However on iOS the access token is never set directly by the app, as this is all handled under the hood by the SLRequest / ACAccount classes.

I've tried re-requesting access to the stored account but this simply gets granted (because as far as iOS is concerned the user has already granted access).

So, other than getting the user to revoke FB for my app and then add it again, is there any way of refreshing the token?

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top