Dear Stapokver! Dear Facebook Developers!
I created a Facebook app a couple of weeks ago. During this time, it worked perfectly. My PHP-Script checks if access_token has at least 10 days before the expiration date (it automatically sets a long expiration date before it), and if so (if> = the expiration date is 10), it tries to get a new access_token for the same user (who me, me and me).
The problem is that from yesterday it causes an error:
Fatal error: Uncaught OAuthException: Error validating access token: The session has been invalidated because the user has changed the password.
Now my question is: how can he do this, since I have never changed my password to FB ???
Does anyone have a hint for me in the right direction to solve this problem? I would really appreciate any help.
Yours faithfully,
Aceline
passwords oauth facebook-graph-api
Ingmar ErdΓΆs
source share