facebook-chatbot

Facebook Messenger Chatbot for personal fan page

让人想犯罪 __ 提交于 2019-12-01 22:45:48
I created a chatbot using Dialogflow, hooked it up as a facebook messenger chatbot for my personal fan page (A fan page for my app). I passed through the first review process and it got approved. The next step is to "verify my business". I am not a business, I am just an individual developer, and I wanna allow my facebook fan page to have a chatbot that can interact with the users. I don't have a "bill" that shows my business cause I don't have on. How do I go about that, how to enable the chatbot on a personal fan page without business verification? In this case, I would go to Facebook

How can I use the same bot on multiple facebook pages using bot framework

可紊 提交于 2019-11-29 02:45:32
I have several facebook pages and I would like to run the same bot on each page. I am using the bot framework and everything works perfectly for one page now. How do I associate with multiple pages? Sorry if my answer is late You can very well handle all your page traffic through just one bot backend Create an fb app and select product as messenger Add webook config pointing to your bot Select all the pages you want to associate one by one And keep the page access token handy. Go and search page id in your fb page and keep it handy Either in constant or dB maintain page access token against

How to send location from Facebook messenger platform?

≡放荡痞女 提交于 2019-11-28 21:35:36
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, I get an error: (#100) Unsupported attachment type Is there a way to send my location from bot? Example of received message to bot: { "object": "page", "entry": [{ "id": "1719442148306048", "time": 1466780344978, "messaging": [{ "sender": {"id": "123456789"}, "recipient": {"id": "987654321"}, "timestamp": 1466780344847, "message": { "mid": "mid.12345698875:c80066d69b6cee1779", "seq": 65,

Is there a way to get user's email address from a messenger app on a facebook page?

故事扮演 提交于 2019-11-28 13:10:51
Is there a way to get user's email address from a messenger app on a facebook page? I realize facebook gives me page scoped IDs, but you can't get a User node based on that. No, the information you get from Facebook Messenger Platform are: first_name - First name last_name - Last name profile_pic - Profile picture locale - Locale of the user on Facebook timezone - Timezone, number relative to GMT gender - Gender is_payment_enabled - Is the user eligible to receive messenger platform payment messages The trouble is that FB IDs and Messenger IDs are different. 来源: https://stackoverflow.com

How can I use the same bot on multiple facebook pages using bot framework

☆樱花仙子☆ 提交于 2019-11-27 16:59:45
问题 I have several facebook pages and I would like to run the same bot on each page. I am using the bot framework and everything works perfectly for one page now. How do I associate with multiple pages? 回答1: Sorry if my answer is late You can very well handle all your page traffic through just one bot backend Create an fb app and select product as messenger Add webook config pointing to your bot Select all the pages you want to associate one by one And keep the page access token handy. Go and

How to send location from Facebook messenger platform?

夙愿已清 提交于 2019-11-27 14:00:00
问题 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, I get an error: (#100) Unsupported attachment type Is there a way to send my location from bot? Example of received message to bot: { "object": "page", "entry": [{ "id": "1719442148306048", "time": 1466780344978, "messaging": [{ "sender": {"id": "123456789"}, "recipient": {"id": "987654321"},

Is there a way to get user's email address from a messenger app on a facebook page?

白昼怎懂夜的黑 提交于 2019-11-27 07:30:36
问题 Is there a way to get user's email address from a messenger app on a facebook page? I realize facebook gives me page scoped IDs, but you can't get a User node based on that. 回答1: No, the information you get from Facebook Messenger Platform are: first_name - First name last_name - Last name profile_pic - Profile picture locale - Locale of the user on Facebook timezone - Timezone, number relative to GMT gender - Gender is_payment_enabled - Is the user eligible to receive messenger platform