I am facing problem in getting Facebook data
I am using Facebook SDK for page status read, for this I am using the following URL :
https://graph.facebook.com/gennextapps/statuses?limit=50&access_token=” + access_token
At first I am getting values, but, after two times I am unable to get the values.
Is there any difference between statuses and feed in URL?
The statuses and feed are two different things. “Statuses” are only the items posted by the page, while “feed” includes items posted by others.
I found this page documentation
Statuses: An array of Status message objects. The Page’s status updates.
Feed: An Array of Post objects containing (up to) the last 25 posts. The page’s wall.