Barabus Posted August 30, 2018 Share Posted August 30, 2018 I have a simple bot for Facebook Messenger that takes a game_play event at end of the game and immediately returns the result. However, the message is not posts to the messenger and I always have an error: {"error":{"message":"(#551) This person isn't available right now.","type":"OAuthException","code":551,"error_subcode":1545041,"fbtrace_id":"DZwh5GGuULf"}} This is currently a confirmed bug on the Facebook platform. Bug location: https://developers.facebook.com/bugs/465154327166499/ And this bug is marked as solved... But I have a bug... Code of my bot in attachment. Has anyone solved this problem in any way? bot.js Quote Link to comment Share on other sites More sharing options...
Noel Posted August 31, 2018 Share Posted August 31, 2018 Hi @Barabus, is the player listed as an admin/dev/tester of the app? Quote Link to comment Share on other sites More sharing options...
Barabus Posted August 31, 2018 Author Share Posted August 31, 2018 10 hours ago, Noel said: Hi @Barabus, is the player listed as an admin/dev/tester of the app? Yes, of course. We tested the bot for all types of project roles. For an admin, developers and testers we has same result. Quote Link to comment Share on other sites More sharing options...
Bodman Posted August 31, 2018 Share Posted August 31, 2018 Same problem. Been trying for days. Quote Link to comment Share on other sites More sharing options...
Noel Posted September 3, 2018 Share Posted September 3, 2018 Hi @Barabus can you open a new bug report and reference the bug report you shared here? Quote Link to comment Share on other sites More sharing options...
Barabus Posted September 3, 2018 Author Share Posted September 3, 2018 Bug report has been opened... https://developers.facebook.com/support/bugs/703196040049241/ Quote Link to comment Share on other sites More sharing options...
Noel Posted September 4, 2018 Share Posted September 4, 2018 Hi @Barabus great, I hope it gets resolved soon. Quote Link to comment Share on other sites More sharing options...
Bodman Posted September 4, 2018 Share Posted September 4, 2018 On 8/30/2018 at 5:31 AM, Barabus said: I have a simple bot for Facebook Messenger that takes a game_play event at end of the game and immediately returns the result. However, the message is not posts to the messenger and I always have an error: {"error":{"message":"(#551) This person isn't available right now.","type":"OAuthException","code":551,"error_subcode":1545041,"fbtrace_id":"DZwh5GGuULf"}} This is currently a confirmed bug on the Facebook platform. Bug location: https://developers.facebook.com/bugs/465154327166499/ And this bug is marked as solved... But I have a bug... Code of my bot in attachment. Has anyone solved this problem in any way? bot.js I have figured it out. You need to turn on "Allow messages" from your game. This may be a new change. I don't know but it solved the problem. Noel 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.