1,277 questions
0
votes
0
answers
118
views
n8n Production Webhook URLs Fail Facebook Webhook Verification While Test URLs Work - Same Configuration
Description:
I'm building a CRM system that integrates Facebook Messenger for businesses to manage customer conversations. The system works perfectly with n8n Test webhook URLs but fails verification ...
0
votes
0
answers
126
views
Meta Graph API - Can't subscribe app to page webhooks via /subscribed_apps using system user token
I'm working on integrating a messaging app using the Messenger Platform and facing an issue when trying to subscribe to a Facebook Page's webhooks via the /subscribed_apps endpoint.
Request:
POST ...
0
votes
0
answers
161
views
No webhook sent for Meta Graph API Click-to-Message ads
Running into a unique issue here regarding Meta Graph API Webhooks, specifically for click-to-message ads. This is specific to click to message conversations - the app works perfectly for ...
1
vote
0
answers
135
views
Facebook Messenger API returns OAuthException with "An unexpected error has occurred" after permissions review
I am currently developing a application that interacts with the Messenger API. Everything was working as expected until I submitted my app for a permissions review to Meta for the pages_messaging ...
1
vote
0
answers
113
views
Facebook Messenger and WhatsApp Opengraph not showing image
I am using nuxt 3 SSR with useSeoMeta for pages/posts/[id].vue like this
useSeoMeta({
title: () => post.value?.title,
description: () => post.value?.subtitle,
keywords: () => ...
3
votes
1
answer
733
views
Deep links won't open my app from Meta Messenger app
I'm trying to integrate deep linking. When I open the link in safari, whatsApp, telegram etc. It opens the app fine. Even when sending the test deep link from Meta's App Ads Helper it sends ...
5
votes
0
answers
723
views
Open Graph doesn't read meta tags in Facebook Messenger
Open Graph data is not showing when I'm sharing my NextJs website's url (https://www.casadebambu.ph/) via Facebook Messenger when sending it to other people. But it is visible in my own chatbox, in my ...
2
votes
1
answer
79
views
Missing postback response from Facebook Messenger One-Time-Notification (OTN) Request
I'm currently building a chatbot on Facebook messenger and am struggling with implementing the "one time notification" flow.
I can successfully ask the user if they'd like to receive a ...
1
vote
0
answers
264
views
Facebook Conversations Not Moving to 'Done' in Meta Business Inbox with New Conversation Routing
I'm encountering a problem with the transition from Facebook's Handover Protocol to the new Conversation Routing system. Previously, under the Handover Protocol, once the primary app (e.g., a chatbot) ...
0
votes
2
answers
56
views
How to document that a name of a variable can be different in another taxonomy?
For example, the taxonomies for community chat in Discord and Messenger are different, but they serve the same functionality:
Discord
Messenger
Server
Community
Text Channel/Forum Channel
Community ...
13
votes
1
answer
2k
views
Facebook Messenger API not sending "messaging" webhook
I am trying to set up a basic webhook to fire when a page receives a message. If I manually curl a message, my server gets it. If I use the app dashboard to test something like "message reactions&...
-1
votes
1
answer
54
views
Lex responsive card buttons not working in Facebook Messenger
I created a responsive card with buttons in Lex and made sure all fields were filled out (image, title, subtitle, button title and value). It works fine in the Lex console.
However, after clicking the ...
1
vote
0
answers
87
views
Send hyperlink via chat Facebook Messenger API
I am using Facebook Messenger API, in order to connect with my spring boot application and communicate with users via chat. It will be very helpful for me to respond with text that contains hyperlink ....
1
vote
0
answers
75
views
Can't get user profile for user who write in Messenger
I implemented integration with Facebook Messenger according to the documentation. User login via Login via Facebook for companies. I get the user token and then I get page access token. I register ...
0
votes
0
answers
229
views
How can I send a message using the requests library in facebook messenger (python)
I wrote a code that can login to messenger, but I couldn't send a message to a user. how can i do this? What I want is to log in to messenger.com and send messages to Instagram users in a txt file in ...
0
votes
0
answers
837
views
Facebook Messenger send Message to individual, from outside of Messenger App
I have the following requirement and wonder if it is at all possible.
I want to create an app, webhook, or Python app that sends a simple message to a single Facebook Messenger user.
For example, when ...
0
votes
1
answer
179
views
Trouble with writing to a csv using utf-8 encoding
I'm trying to ananalyse some facebook messenger data and I'm having trouble with utf-8 encoding.
import os
import json
import datetime
from tqdm import tqdm
import csv
from datetime import datetime
...
0
votes
1
answer
885
views
How can I send pre-filled text via Facebook Messenger web interface using Next.js?
How to send pre-filled text via Facebook Messenger web interface using Next.js?
I'm working on a Next.js application and I'm trying to implement a feature where users can send pre-filled text messages ...
0
votes
0
answers
537
views
Facebook Messenger API cannot send image with attachment_id
I've followed the docs: https://developers.facebook.com/docs/messenger-platform/send-messages#messaging_types on uploading an image to the facebook graph API.
I've successfully uploaded the img, and ...
0
votes
0
answers
117
views
PayPal form submissions shows 404 PayPal page when link is clicked from Facebook messenger in iPhone
Following is the PayPal form and form submission script. It works well in Android and Desktop but when link is opened from Facebook messenger in iPhone, it shows PayPal 404 not found page.
Reference ...
0
votes
0
answers
151
views
Best way to calculate 24 hours window of Facebook Messenger
I notice Facebook Messenger Policy stated that the Page won't be able to send the user a message after 24 hours session/window ended.
I am trying to iterate over a list of Facebook User PSIDs, and ...
1
vote
0
answers
113
views
Webhooks not triggered for messaging_postbacks
I am not receiving Webhooks for messaging_postbacks, when general user, who does not have a role in our App, is replying to our Private Reply message. I have the following advance access permssions: ...
0
votes
1
answer
468
views
Instagram: invalid message data error while trying to send pushback buttons
Using https://graph.facebook.com/v13.0/me/messages?access_token=pagetoken post url trying to send pushback buttons. But its gives error as:
"message": "(#100) Invalid message data"...
1
vote
0
answers
1k
views
FacebookMessengerShareButton from react share npm
Cant figure out how to add FacebookMessengerShareButton from react share.
FacebookShareButton works with no issues, but i need Messenger button.
According to docs
https://www.npmjs.com/package/react-...
0
votes
1
answer
526
views
How to send PDF file object from Facebook messaging API
I have developed a facebook messenger app in Node.js.
I am using PDFKit to generate a PDF and send it to the user from the messenger bot. The problem I am facing is I am not able to send the generated ...
0
votes
0
answers
185
views
How can I make my script remove the facebook app ID?
I would like to create a button that takes a given link and send it via messenger, so I copied this code:
<html>
<head>
</head>
<body>
<!-- Load ...
1
vote
1
answer
2k
views
Send text to Viber and Facebook Messenger with Flutter
How can I send a text directly to a specific phone number on Viber? or to a specific person on Facebook messenger?
with whatsapp I'm using url_launcher with whatsapp with below code, and it is working ...
0
votes
1
answer
310
views
Cpanel hosted nodejs facebook webhook is verified but not working as per request
I created a private reply bot which replies all comments on my business page. My webhook is hosted to shared hosting(Cpanel) and its verified. but its not responding to any post requests from facebook....
0
votes
0
answers
77
views
Do I have to get Facebook's permission on the use of their logo for communication purposes?
I'm just a hobbyist programmer and I only distribute free apps. I tried reading the statement on the use of Facebook logo but I get confused by technical statements.
I want to embed a clickable ...
0
votes
1
answer
384
views
there's no question mark printing before query params
first way I tried is :
static async callSendApi(requestBody) {
let url = new URL(
`${API_URL}/${PAGE_ID}/messages`
);
url.search = new URLSearchParams({
...
2
votes
3
answers
4k
views
How do I integrate messenger chat plugin in react?
I am trying to integrate messenger live chat to my react website. I have tried the npm package react-messenger-chat-plugin but it is not working. I have tried to use the meta business suit to do so, ...
0
votes
1
answer
3k
views
I can't switch account to my facebook page anymore
Before I am able to switch to my facebook page in Messenger Desktop (Windows 11). After I switch to my main account, I can't be able to switch it back to my page.
I hope anyone can help me with this.
1
vote
1
answer
513
views
How can I Force my web application to load only outside of any 3rd party app webviews?
My website using Google oAuth to let users sign in. I do NOT have a mobile app for this website. However, when a link to my website is shared on Facebook or Facebook messenger, and a user opens that ...
-1
votes
1
answer
391
views
Where can I find the Handover Protocol setting on the new Facebook Meta Business Suite?
One of the pages I manage has been updated to the new UI and I could not find the setting anymore.
The setting can be found here before the UI update.
https://flow.ai/blog/handle-facebook-messenger-...
1
vote
0
answers
1k
views
How to lazy load Facebook Chat into Next.js to avoid slow down?
Got this from Google Page Speed:
Though I did put loading code in _document.tsx into a setTimeout with 3s timing.
<div id="fb-customer-chat" className="fb-customerchat"></...
1
vote
0
answers
5k
views
How to search all links in messenger conversation?
I'd like to find some usefull link I sent to a friend maybe year ago, but so far with no success. I tried http, https, www, /, ... but nothing lists that one, maybe it starts without protocol ...
0
votes
0
answers
371
views
is there a "legal" way to pre-populate facebook messenger text box
I'm working on my local e-commerce website that I created using glideapps.com. And I have removed the "buy" button from my product's page and replaced it with a "message seller" ...
1
vote
0
answers
292
views
How to get pages_messaging permission aproved?
I am trying to revive an old Facebook bot. The problem is that I got pages_messaging permission revoked and now the users are not getting replies from the bot. It replies to me, as developer.
I sent ...
0
votes
1
answer
173
views
Unable to add quick replies after a function in Dialogflow inline editor fulfillment (Facebook messenger)
I can't seem to add quick replies after my messenger chatbot sends an email through an integration with sendgrid. I can add additional comments through agent.add(text), and can also send a card with a ...
2
votes
0
answers
481
views
webhook not receiving events from Messenger recurring message opt-in
Facebook recently released an optional Recurring Notifications feature for Messenger.
My group has attempted to use this feature in our app; in our chatbot flow, we present the user with the opt-in ...
1
vote
1
answer
167
views
How to add Facebook Messenger to a GatsbyJS website
I am trying to add the Facebook Messenger widget to a website I am building. I have the HTML code to embed it to my website. It says the place it immediately after the "" tag of the page.
...
0
votes
1
answer
863
views
Facebook Messenger API
I am trying to build an Chat app in which I can receive & send messages to my friends from/into Facebook Messenger using APIs.
Does Facebook provide such APIs to do so?
I tried to find the way, ...
4
votes
4
answers
3k
views
Facebook messenger plugin is changing language
I inserted fb messenger plugin code in my website. Whenever I am clicking this plugin, the language changes. I am not using VPN. I also checked my IP address and it is located in my country. Even on ...
3
votes
0
answers
2k
views
Facebook Messenger information download is missing JSON files?
I downloaded my information through Facebook (Settings > JSON format > Messages) but when I unzipped the folder I couldn't find any JSON files. I could navigate to individual conversations (...
0
votes
0
answers
384
views
Receive messages from Messenger group chat using Python
I'm trying to implement a bot chat in a facebook account (Not in a facebook fanpage). I don't know how to check if someone send me a message so I can response. There are a Python lib used to support ...
0
votes
0
answers
220
views
Why is my facebook messenger chatbot not working with messenger lite application?
I am developing a Facebook Messenger chatbot using Node.js and Facebook Graph API. Everything works fine with the normal Messenger application until I test it using the Messenger Lite application. No ...
0
votes
2
answers
465
views
Rasa integration with instagram
I am trying to integrate rasa with instagram. I am able to connect rasa with facebook. On the same line facebook also give instagram setting.
I tried to search some document for rasa with instagram. ...
0
votes
0
answers
496
views
Logging in via Facebook Messenger login connect flow isn't working correctly
I want to utilize Facebook Messenger login connect flow in my web application - https://developers.facebook.com/docs/facebook-login/login-connect/
For that, I've created a test app and set up an ...
0
votes
1
answer
136
views
Facebook Messenger - add pages to my facebook app
I'm developing app which allows me to chat with customers via messenger. I'm chatting as a Page. I had to add that page into Facebook app -> Messenger -> Settings -> Access Token. It all ...
0
votes
0
answers
559
views
"Invalid HTML, CSS, or JavaScript found" when injecting Builderall's Facebook Messenger bot into GTM's Custom HTML tag configuration
I understand that GTM does not like plain HTML. It gives this response when attempting to publish the container: "Invalid HTML, CSS, or JavaScript found".
I saw part of my needed answer from ...