I want to know if Facebook can call a webhook when a user delete a conversation with your page in messenger ?
I try to find this information in the webhooks references... 1 hour searching and can't find anything about that.
Any ideas ?
Thanks !
Related
So I created a ChatBot with Messenger API and I get the messages that has been sent to the Facebook Pages. I also get the unread_messages which is from "unread_count" but I couldn't find how to update the unread_count for each conversation. There is no answer for that in the docs.
It doesn't go away when i send message from my chat. It only goes 0 when I manually login to https://business.facebook.com/ and click the chat.
There is a "sender_action" parameter which has "mark_seen" indicator but it is only for visual seen. It doesn't do anything on the unread_count.
Do I have to handle this on my backend or Facebook API has the solution?
I subscribed my webhook to the 'feed' events, however. Is there any way to open the chatbot to the user that comments or do anything on the page?
Bearing in mind that I need to have a app scoped fb_id for that user to send messages to them.
Thanks.
Got it!
You can't exactly open the chatbot itself after a comment or post etc. What you can do is to POST"private_reply" to the user, then your chatbot webhook can monitor for any further messages.
To do so, you can use the following endpoint: https://developers.facebook.com/docs/graph-api/reference/v2.12/object/private_replies
I'm using Facebook Webhooks with a an app subscription to a page.
I've it linked to functions in Firebase, and so far everything is running really well. However, the one snag is that its recording every comment, like and update! With a really busy facebook page thats not ideal! All I want is the latest posts sent by admins and if those posts are updated or deleted to trigger also.
Any advice?
Here is my request:
Any help would be greatly appreciated.
Many Thanks
So the question is in the title. Basically, at the moment I have finished making the tutorial FB Messenger bot. I used Heroku to get the URL and everything running.
My issue currently is that I can't find anyway as how to make the bot send messages out to the people who have liked its page without a received message.
The end goal is to get the bot to send out a link updating its followers on any new posts made.
Is this possible?
Thanks in advance for any advice
Is there any way to know how much people a user has sent a message through Facebook's send
button on a website ?
If not, is there any other way to achieve this kind of thing with another plugin ?
Thanks in advance
This Document clearly mentions that if you register your domain on facebook insights, you will be able to gather analytics about the Send button.