Orçun yumarcı
Orçun yumarcı

Reputation: 145

Retrieve facebook messages with php

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

Answers (1)

monokh
monokh

Reputation: 1990

You can. It is under the /user_id?fields=inbox

You will need read_mailbox (extended permissions) permission too.

Upvotes: 2

Related Questions