I want to get friends status updates using graph API in my iPhone app. For this I am using:
https://graph.facebook.com/id/statuses?access_token=...
But I’m not able to get the response:
{
"data": [
]
}
Can someone tell me whether is it possible or not?
You can use this to get the status messages
https://graph.facebook.com/367501354973?access_token=AAAAAAITEghMBAM0UcHwz8aXjdZA0arkzqgG21Qv7xJxuZCDKySWf0aXkgByCLVDJZB0sxyYEn1aAMLVaLSxAvwO3EjBtKc57y5QPQGmPbmLVf1dHMDR
And read message property. That is https://graph.facebook.com/id?access_token=token_here
Btw, visibility is based on privacy settings.
Alternative
Facebook Graph API get all users and their status