Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i read private messages with the Facebook API?

Tags:

facebook

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

like image 656
vatourni Avatar asked Nov 08 '22 18:11

vatourni


1 Answers

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

like image 137
Anthony Avatar answered Nov 15 '22 05:11

Anthony