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?