davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 185 forks source link

Cannot message users who are not admins, developers or testers of the app until pages_messaging permission is reviewed and the app is live #81

Open imaginist6562 opened 4 years ago

imaginist6562 commented 4 years ago

Send message with testers of app is ok, but to customer with this error. We do not build message bot, just get page's post comment and conversations and reply with api using python. How to do with 'pages_messaging permission is reviewed and the app is live' ? Do you have experience about this can share me?

elbination commented 4 years ago

The only way is to review your app. It takes me just a few hours.

bruno911 commented 2 years ago

@imaginist6562 have you found a solution for it?