Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 253 forks source link

Cannot use bot after I changed facebook password #154

Closed ns23 closed 5 years ago

ns23 commented 5 years ago

Recently due to security reasons, I changed my facebook password after that the bot is not working properly and is giving below error.

{ message: 'Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.', 2018-09-17T16:13:08.953617+00:00 app[web.1]: type: 'OAuthException', 2018-09-17T16:13:08.953619+00:00 app[web.1]: code: 190, 2018-09-17T16:13:08.953621+00:00 app[web.1]: error_subcode: 460, 2018-09-17T16:13:08.953622+00:00 app[web.1]: fbtrace_id: 'A12JgDU07Gj' }

Please help me, on how I can fix this issue.

ns23 commented 5 years ago

I fixed this issue. I forgot to change page access token in Heroku.