Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

piep14's avatar

Laravel Socialite - Facebook - User Access Token Changes

Hello,

Since this morning, several members can no longer log on to my site and their Facebook account.

I see in the logs this error: The access token is invalid since the user hasn't engaged the app in longer than 90 days

And I found this Facebook doc: https://developers.facebook.com/blog/post/2018/04/09/user-access-token-changes

I feel that the Laravel / Socialite package does not handle this situation.

Would you have solutions?

Thank you

0 likes
5 replies
piep14's avatar

did you find a solution? I have located the concern but it is not a viable solution. the person must go to Facebook, delete his permission. then we can reconnect. but how to do it automatically?

rsvb's avatar

This means that every 90 days you must send a person through the Facebook Login process, and the person must agree to specific data permissions by tapping the “continue” button.

Please or to participate in this conversation.