Questions tagged [facebook-webhooks]

Facebook webhooks allows to be notified in real-time of change events related to specific objects in the Facebook Social Graph, using the HTTP webhook callbacks.

What is it?

Facebook webhooks allows to be notified in real-time of change events related to specific objects in the Facebook Social Graph, using the HTTP webhook callbacks.

See also

203 questions
0
votes
0 answers

Facebook webhook feed - not receiving shares

I have subscribed my facebook app to receive webhook updates on feed and it works great with posts, likes and comments. However, I'm not receiving post shares at my endpoint even though facebook docs states that the feed subscription also includes…
M.R.M
  • 540
  • 1
  • 13
  • 30
0
votes
1 answer

Facebook webhook for pages not working when reply to the message via Facebook Messenger?

I am creating a Facebook Webhook for page. It works well when the user sends a message to the page, the result of webhook is returned as an json object: {"entry": [{"changes": [{"field": "conversations", "value": {"thread_id": "t_100015009722515",…
0
votes
1 answer

How do I get a callback url?

I am creating my first chatbot with Facebook for developers and I don't know how to set a callback url. I already have my url (IP address of my EC2 instance). Do you know by any chance how could I obtain one? And do I have to set a domain name for…
0
votes
1 answer

Facebook Developer- Messenger- add multiple webhooks for a single facebook page

I am trying to build a chatbot using Facebook developer platform. I want my bot to respond differently under different scenarios. So, basically I have my standard bot implementation on Heroku server. I want to bring in api.ai into my bot so as to…
0
votes
1 answer

FaceBook Graph Api Webhook feed

I subscribed to feed in the graph api webhook and I am receiving updates to my callback url as a charm, the issue is that I receive updates for each action that happens on the posts: likes, comments.. etc I want to receive updates only if new post…
0
votes
1 answer

Not able to set webhook in facebook rails

Hello I am using gem for facebook-messenger # Gemfile ... gem 'dotenv-rails', :groups => [:development, :test] gem 'facebook-messenger' ... and then I had need to setup webhook url while setting webhook url I am facing given error I am following…
0
votes
0 answers

Facebook Webhook not posting notifications

I created an app in my face book account and i added a callback URL in the web hook. The verification part is success and I did the subscriptions to the topics which i need to get notifications. I clicked the test button in each topic to send the…
Sathya
  • 233
  • 1
  • 4
  • 13
0
votes
1 answer

Facebook Webhooks and Custom Interface

I have a situation where a conversation will initially take place through a web interface I've built in .NET. This will call API.AI chatbot and return the next question for the user to answer. We save all answers in a SQL Server database, and each…
Mike Upjohn
  • 1,251
  • 2
  • 16
  • 38
0
votes
1 answer

Facebook Workplace webhook call back url fixing

I have two Azure web apps services and both have been configured similarly. When I pass the callback URL to the workplace webhook, one of them is working whereas the other is not. I have verified the verify token, access token, and they are both…
Gaurav
  • 1
0
votes
1 answer

Python webhook called multiple times from Facebook Chatbot - Api.ai

I am developing a fb chatbot where for specific intents, webhooks are been fired and process via python. The python app is hosted in Heroku cloud. I'm facing a typical problem, whenever any webhook is been fired, it keeps continued to be fired in an…
Swap
  • 41
  • 2
  • 7
0
votes
2 answers

Facebook Webhook test send not working?

I am creating a Facebook Webhook. The callback link has been verified and so the connection should be okay. When I further test the Webhook by pressing the test button under feed, it seems it works. However, nothing's received in my server, not…
cytsunny
  • 4,838
  • 15
  • 62
  • 129
0
votes
0 answers

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 for the review so Please help me how to do it!…
0
votes
1 answer

How to get attachement image from facebook messenger webhook

Facebook messenger webhook recieves attached image only with url which is getting expired in some time. How to obtain more information from facebook api to generate new url?
0
votes
0 answers

Facebook Redirect URI configuration for app that uses webhooks only

I have created an app that just wants Users to subscribe for User_events and manage_pages WebHooks subscriptions. As a developer I am able to test the WebHooks at my callback url where I am handling all my graph api calls and retrieving additional…
0
votes
1 answer

Api.ai webhook integration

I integrated webhook with demo hotel example provided by api.ai. when i add my code for webhook responses, basic user queries such as "HI","Hello" also get custom response from webhook. how to call webhook on specific intent only after setting…
Swapnil
  • 654
  • 7
  • 27
1 2 3
13
14