Reputation: 145
Is it possible to access user's all facebook messages using facebook php sdk or graph api. I have a web application and I want my users to send and read facebook mesdages on my app.
Upvotes: 2
Views: 2085
Reputation: 1990
You can. It is under the /user_id?fields=inbox
You will need read_mailbox (extended permissions) permission too.
Upvotes: 2