facebook-webhooks

Facebook Webhook Test Button not working as expected

强颜欢笑 提交于 2020-01-16 09:04:13
问题 I have successfully added my callback url in my webhooks setup. At that time, the callback url was called successfully with proper logs and everything in the server. But when I click on the TEST button for the respective name (leadgen in this case), nothing AT ALL is being received by the server when in fact it should at least log the very first line. Note that I am using post and get. Additional note: for NetSuite experienced developers, I am using a suitelet as the callback url for the

Webhook Global Variable

人走茶凉 提交于 2020-01-05 04:43:32
问题 I have created a node.js webhook for my facebook messenger bot. The bot is built in dialog flow and the database is connected to firebase. My question when a function is invoked in the webhook to log in, after logging in, I get a userID from the database, which I want to store it somewhere in the code so that userID info is available throughout the user session. I am storing it in a global variable. However, this works fine if only one user is using the bot. If another user is using the bot

How to Unsubscribe an app for all Facebook pages Webhooks

纵然是瞬间 提交于 2019-12-24 09:37:44
问题 I have a Facebook App which is subscribed to more than 20,000 pages. The server isn't able to process hooks from all these Facebook pages, I want to unsubscribe my app from all these Facebook pages. Is there a quicker way to do this. Most of the page access token I have is expired, so I can't loop through all the pages and unsubscribe my app from them. 回答1: To unsubscribe your app from a Facebook page, you do not need a token from the page. All you need is your App Access Token. To

Why is the Instagram Graph API webhook not working

China☆狼群 提交于 2019-12-11 14:59:25
问题 I am not able to get webhook calls when another user post a comment (with mentions) on another/my media. Just for testing purposes I set up a ngrok server for my webhook endpoint, which always answers with a 200 and handles the verfication. Before the heavy coding I just wanted to see if the webhook workflow for Instagram is generally working. I created a Facebook app, an Instagram business account, a Facebook page and linked the page with the Instagram business account. With the information

Facebook Adgen The page admin who installs the app has ceased being an admin

痴心易碎 提交于 2019-12-11 06:45:24
问题 In the leadgen testing tool I keep getting this below error . The page admin who installs the app has ceased being an admin I am not understanding what is the next step here. can some one please help ? Subscribed Field - leadgen Status - failure Error Code - 100 Reason - The page admin who installs the app has ceased being an admin 来源: https://stackoverflow.com/questions/54481419/facebook-adgen-the-page-admin-who-installs-the-app-has-ceased-being-an-admin

Facebook API page feed didn't send information to my webhook?

吃可爱长大的小学妹 提交于 2019-12-09 06:17:31
问题 I'm admin of my test app, and my test page. Now I'm doing a function get page's feed realtime by webhook, just only on development mode. When I click test button on App's Dashboard, It has been sent to my webhook. But when I comment or like ... the post, facebook doesn't send even though I subscribed feed webhook. With Messages, it has been sent successfully, but Feed doesn't. I ask facebook support, so they said that: "Applications will only be able to receive test webhooks sent from the app