How to connect messenger platform to location subpages? - facebook

I have a connected messenger platform to the main page of the facebook.
How to connect messenger platform (bot) to location subpages?
I can not get a access token to child pages for use in an API (Messenger Platform).
Thank you

Related

How to use instagram as a chatbot and i already use facebook messenger for the same

I created an app for my chatbot application and integrate it on Facebook messenger this works perfectly, Now I want to integrate the same on Instagram so I created the business account named "test_MyApplicationName" and then connect it with the same Facebook app which I use for messenger. also created a webhook and give all permissions which are necessary for IG but still, I don't get any response from Instagram messaging to my backend(I also added the recipient/test user in the app). So
I request to you guys please help me to achieve this.
For Instagram is it necessary to have a live/verified app?
Thanks
Kartikey Gupta
You must use a test account for that.
Go to app dashboard-> roles -> test user.
create a test user with pages_metadata, instagram_basic, pages_messaging, instagram_messaging permission.
after creating a test account, log in with that. Create a Facebook page after that go to Instagram open an account using Facebook.
• test in the account should start with test_ example:
test_albert, test_username.
• goto facebook page setting -> Instagram -> connect to Instagram
• go to Instagram settings -> privacy -> Allow access to the message should turn on.
• Connect your app again with the test Facebook account and select the Instagram account while connecting.
P.S: you must have followers between 1-100k to receive an Instagram webhook event from that particular account.

Facebook Messenger Id

I am developing a flutter application where I want to use Facebook Messenger app for user to user chatting. I am using Facebook login+Firebase Authentication for authenticating my users. I am now rummaging through the Graph API to find a way to get the user's ID (not app-scoped, the universal one). I am going to use the Id to finally launch the messenger app as mentioned in the accepted answer of this question. So please help me find way to launch the messenger app with the link of the user's messenger ID.
If it is not possible with facebook messenger, please mention any third party popular chat application that will register + authenticate my users and help me with the chat.

How to make a messenger chat bot without a facebook app and webhook?

I went through the documentation for creating a chatbot for messenger platform.
All I find there, I need a server, which in the case used as a service for the Facebook platform.
The server also validates the webhook from facebook app.
Now I see, for a chatbot, I need a facebook app, webhook server and definitely a facebook page.
Then I find an application Flow XO, where I only put the page name and the bot is ready.
My question is, how they(flow.xo) can communicate facebook page without a Facebook app(appId, appSecret) and webHook.
My question is, how they can communicate facebook page without a Facebook app(appId, appSecret) and webHook.
They can’t.
They use their server and their app to communicate with the API, on behalf of the users that grant them access to their pages, by providing the necessary permissions when they log in to that app.
Facebook allows to create a Facebook App which integrates multiple chatbots. At Amio, we ask you for permission using Facebook OAuth. When you give us these permissions we send and receive message on your behalf. This allows you to create a chatbot using Amio API without need of creating a Facebook App.
Facebook Page is always needed as this is the entry point of users interacting with your bot. You can check Amio documentation for more detail.

Sending message to facebook account from server in java

Recently I began to using facebook sdk and I would like to ask how I could sending messages to facebook messenger from my server to the people who are using my android app .
You can use de Messenger API Graph 2.6.
https://developers.facebook.com/docs/messenger-platform
You will need a web server to host your webhook page and receive and sent the messages for who follow your Facebook Bot.

is facebook connect or facebook login available for WAP/mobile site

I want to implement fb connect and fb login functionality on my mobile site.
Is facebook connect or facebook login available for WAP/mobile site?
Thanks...
Yes. You can use the server side i.e. PHP SDK because javascript won't be supported on wap sites.
Check https://developers.facebook.com/docs/reference/php/