skip to Main Content

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, maybe we can do it using Webhook, but I think using webhook we only can send the message. Is there any android demo for this? Please share a link if you have any.
Please suggest what I can do to achieve this if you have any ideas.

2

Answers


  1. Does Facebook provide such APIs to do so?

    No.

    There are no APIs for user-to-user communication via Messenger.

    Only conversations between a user and a page can be handled via API.

    Login or Signup to reply.
  2. It seems there is an official Messenger documentation right here:
    https://developers.facebook.com/docs/messenger-platform

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search