skip to Main Content

I’m trying to develop a web app that would read your entire messages history on facebook/messenger and give you insight about the conversations.

My question is: Is it possible ? Can i read the messages that are not destined to me via the API ?
I searched through the documentation but didn’t find anything

2

Answers


  1. https://developers.facebook.com/docs/graph-api/reference/v2.10/user/inbox

    This document refers to a feature that was removed after Graph API v2.4.

    In other words, there is no way to access the user messages (anymore).

    Login or Signup to reply.
  2. I disagree, it looks like Graph version 3.0 has the API: https://developers.facebook.com/docs/graph-api/reference/v3.0/user/inbox

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