You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FacebookMiddleware, the signed_request cookie is written from the original signed_request rather than the extended token stored in the User model. This means that even if an extended token has been saved, authorization fails once the short term token expires.
In our project we've updated the process_response method to regenerate the signed request and store that in the cookie:
In FacebookMiddleware, the signed_request cookie is written from the original signed_request rather than the extended token stored in the User model. This means that even if an extended token has been saved, authorization fails once the short term token expires.
In our project we've updated the process_response method to regenerate the signed request and store that in the cookie:
The text was updated successfully, but these errors were encountered: