I'm creating a Facebook application for listing all the user inbox messages using the Facebook PHP SDK.
I used this code to get all the user's photos.
<?php
$facebook->api('/me/albums');
?>
How can I get all the user's inbox messages?
|
I'm creating a Facebook application for listing all the user inbox messages using the Facebook PHP SDK. I used this code to get all the user's photos.
How can I get all the user's inbox messages? |
|||||
|
|
Check their http://developers.facebook.com/docs/reference/api/user/#inbox
Explorer: http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Finbox |
|||
|
|