Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

How to handle Facebook InvalidToken? #102

Open
MaximKeegan opened this issue May 24, 2015 · 1 comment
Open

How to handle Facebook InvalidToken? #102

MaximKeegan opened this issue May 24, 2015 · 1 comment

Comments

@MaximKeegan
Copy link
Contributor

I'm receiving

"Www-Authenticate" = "OAuth \"Facebook Platform\" \"invalid_token\" \"Error validating access token: The session has been invalidated because the user has changed the password.\"";

How to refresh token with SimpleAuth?

@LordParsley
Copy link

I'm experiencing a similar problem because the token needs a refresh:

{"error":{"message":"Error validating access token: Session has expired on Saturday, 13-Dec-14 01:08:29 PST. The current time is Tuesday, 26-May-15 06:37:19 PDT.","type":"OAuthException","code":190,"error_subcode":463}}

Normally using the Facebook SDK I'd approach it as here: https://stackoverflow.com/questions/23157972/social-api-facebook-ios-error-validating-access-token-session-has-expired-on

How would this be handled using SimpleAuth?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants