Skip to main content

All Questions

Tagged with
1 vote
0 answers
239 views

Facebook messenger webhook provide "Attachment Unavailable" instead of location coordinates

I'm building a messenger bot using the facebook webhook, but every time I send a location to the bot I get the following attachment without coordinates: "attachments":[ { "type&...
Neil Segard's user avatar
0 votes
0 answers
157 views

How to read tagged users from Facebook comments - Facebook API

I'm building a facebook comment bot that should interact with users via comments. Users should tag their friend to participate in the interaction with the bot. I've submitted app to review for ...
pyropy's user avatar
  • 233
0 votes
0 answers
77 views

How to send bot message to all inactive player webhook facebook messenger

I am new to facebook messenger(Webhook). I am using Nodejs and Heroku for sending bot message. My requirement is to send message to all inactive player at once via Page Access Token. Is there ...
varadharaj's user avatar
2 votes
0 answers
242 views

How to identify a user without message_deliveries webhook events on Facebook Messenger?

According to Messenger Platform rules ... Send API requests that use user_ref from the checkbox plugin or phone_number from customer matching to identify the message recipient will no longer ...
Узеир Зейналзаде's user avatar
0 votes
0 answers
149 views

Facebook-messenger-bot is not approved from review

I have submitted my bot for review, page_messaging is approved by Facebook but page_messaging_subscriptions is not approved so now I want to remove the page_messaging_subscription and again submit it ...
Krishna Chittodia's user avatar
1 vote
2 answers
2k views

Can't get the response from webhook

I created a webhook using python ( using this example) for my project in api.ai My code is here : #!/usr/bin/env python import urllib import json import os from flask import Flask from flask ...
user2454923's user avatar