facebook-chatbot Questions
3
Solved
i was doing this implementation with Facebook Messenger customer chat SDK into my Nuxt app.
Solution 1 (worked 0%):
I tried the https://www.npmjs.com/package/vue-fb-customer-chat package, and it d...
Mating asked 12/3, 2020 at 6:13
4
Solved
I'm currently building a node.js chatbot which I then deploy on heroku.
The app uses webhooks which must be at a public URL that the servers can reach. Therefore, running the server locally on my m...
Blockbuster asked 29/8, 2016 at 20:40
2
We have a chatbot on Facebook Messenger Platform, we want to provide the admins an URL to chat with a specific user, for example: https://facebook.com/<page-id>/u/<user-psid>
Currently...
Elvia asked 14/7, 2019 at 18:46
4
Solved
I followed the solution in this thread and it is still not working
how to setup "Get started" button in facebook messenger bot and when to send welcome message
I tried both
graph.faceb...
Favata asked 29/8, 2016 at 10:55
11
I'm playing around with building a simple Facebook Messenger chatbot and I'm having trouble sending messages in sequence.
In the example above, it should have printed "Hello!", "1", "2", "3" in ...
Zoogloea asked 11/5, 2016 at 2:57
10
"Get Started"
tried sending request to this url
https://graph.facebook.com/v2.6/PAGE_ID/thread_settings?access_token=PAGE_ACCESS_TOKEN
But didn't work.
Impudicity asked 27/6, 2016 at 7:32
2
I am trying to log custom events with a Facebook Chatbot I have developed, however I cannot for the life of me find a reference for the custom_events types.
The example listed on their reference s...
Szechwan asked 24/2, 2017 at 12:9
5
Solved
If my bot asks different questions and if the user answers each of them, how do I find out which answer relates to which question. There is a field called metadata that you can attach to the sendTe...
Elegancy asked 22/8, 2016 at 9:11
2
Solved
Do all messenger bots interact directly with just one user at a time? Can a bot join a group of two or more people and talk to them?
Reimers asked 23/10, 2016 at 17:38
0
I am using iframe to display a page on facebook Messenger web following the below article :
https://developers.facebook.com/docs/messenger-platform/webview/extensions#webview_on_web
I already w...
Vange asked 10/8, 2017 at 18:5
1
I use webviews with my messenger chatbot.
On my webapp's view,
I used MessengerExtensions.requestCloseBrowser() to close the webview on iOS and Android.
It works perfectly but, i have no idea ...
Meridethmeridian asked 13/5, 2017 at 17:32
2
Solved
There is a way to send my location to facebook-messenger from a mobile client, but how can I send some location from a bot? (messenger platform api)
When I try to send a similar structure from bot...
Undenominational asked 24/6, 2016 at 15:50
5
Solved
I am trying to build a test messenger bot in PHP. My web hook gets setup up perfectly and even the page subscription is done correctly. However, my bot does not respond to any text in messenger. I ...
Overkill asked 15/4, 2016 at 21:46
3
Solved
The messenger platform docs shows an example of how to get the user profile info via their API (see this).
I could quite understand if the example shown actually contains all the info possible to r...
Philpot asked 5/5, 2016 at 12:44
1
I am working on a form-fill bot, which takes takes user input in free text format, throws 3-4 relevant set of questions and give the relevant search results from the website.
In this process, how c...
Jaleesa asked 24/10, 2016 at 14:30
2
Recently, I was trying to build a bot for myself. It works flawlessly when I'm using ngrok to test my bot locally, but when I deployed to AWS, I started seeing the error captured below occasionally...
Filtrate asked 11/11, 2016 at 11:53
1
Solved
I want to format(change font size/text color/apply text style - bold/underline/italic etc) the response text send to user in Facebook chatbot.
I do not see any such support in the messenger API. ...
Gomez asked 22/11, 2016 at 8:51
3
Solved
My Facebook chat bot is working but it's sending back multiple messages after my initial message to it. This is my webhook script (i appreciate it's a very rough working example):
$challenge = $_R...
Unscramble asked 13/4, 2016 at 21:4
1
Solved
I have a Facebook bot and I have connected it with a Facebook page. However to have it publicly available I have to wait the approval from Facebook.
Not a problem if you have to make one single bo...
Coadunate asked 13/11, 2016 at 11:25
2
I am working on fb messenger bot and I want to access user's current location without them sending it as an attachment.I tried to get user's current location from fb graph API but it seems like to ...
Odericus asked 31/7, 2016 at 5:6
1
© 2022 - 2024 — McMap. All rights reserved.