Can't get Messenger Bot approved - bots

I have sent my messenger bot for approval and I always get the request rejected with this message: "Please provide a test url that we can test with.". It's a messenger bot that works in a Facebook page chat, there is no link to provide... Obviously I have selected my page where my bot correctly reply to me... What can I do? Thanks

Related

Instagram Referral Code not sent via Webhook (messaging_referral event)

We've setup our app to receive webhook calls from Instagram when a user visits our conversation on Instagram Direct using ig.me link. We insert referral codes in ig.me links so we know where the user comes from (e.g. https://ig.me/m/testpagename?ref=website).
The problem we're facing is that IG is not calling the webhook for messaging_referral event, although we're subscribed to that event.
When we test the subscription on the dashboard, we do get the data, but in production, nothing comes in. Our app is live and the rest of it is working perfectly.
**Important note: the referral webhook is working perfectly for FB Messenger. It's only IG direct that is not working.
**
We raised this to Meta developer support, but no response!
Any thought please?

facebook webhook not receiving messages via messenger

So I'm tryin to get messages via messenger webhook. It is working well locally but when I try to send a message through messenger the callback(which is Heroku) isn't happening.
I was sending the messages with an account which had no role in the app and which was also a developer account which had Admin role.
I have subscribed to messages, messaging_postbacks, message_deliveries, message_reads, message_echoes, standby events for my webhook and added my page to it. I dont necessarily think im missing anything.
...a little help Captain??
Edit: I am now obtaining messages sent by clicking test button, but not when other developer accounts sent message through messenger

only messages from my facebook profile to the bot triggers the call to my webhook

I followed this twilio tutorial on how to set up facebook messenger. However this bot only triggers my webhook when I send a message to it on my facebook profile. The webhook I set up isn't called at all when any other facebook user sends a message to my bot.
I've tried getting the other user to follow and like the bot's page and also getting the bot to reply back. It seems only messages from my facebook profile to the bot triggers the call to my webhook. how can I fix this?
You can fix it by submitting your app for review.
Before you do that, it will only work for user accounts that have a role in the app.
https://developers.facebook.com/docs/messenger-platform/submission-process and https://developers.facebook.com/docs/app-review
provide more detailed information on the whole process.

Webhook subscription has been disabled and I can't turn it back on

So I was integrating my Dialogflow bot into messenger was working fine , bot is replying from messenger , and I shut the dialogflow integration for a while , and then my webhook has been disabled by facebook saying
Your Webhooks subscription for callback URL https://bots.dialogflow.com/facebook/07ab3702-95e7-49c3-ac56-9e9d4c4cb1a6/webhook has not been accepting updates for the past 1 hour. This subscription has been disabled. To reactivate, just make a POST request with the same parameters or visit the Webhooks tab in the app dashboard. Learn More about Webhooks.
I reactivated my dialogflow integration , added the callback url and token, but still it won't reply to the bot's messages in messenger. also in the webhook tab
The "messages" and the "messaging_postback " subscription option isn't there.
eh , you just have to unsubscribe to the page in the messenger - > settings section and subscribe again
got it fixed

How to send poactivate message to all users interact with Bot via Facebook Messager

I created a Facebook chatbot to send poactivate message based on this sample https://github.com/Microsoft/BotBuilder-Samples/tree/master/Node/core-proactiveMessages. But I found it only works with the latest user interact with the Bot via Facebook Messager. I want to send the message to all users who have been interactive with bot. Any suggestions?

Resources