OBJECTIVE: I need to display latest 5 entries from users timeline on website, using PHP. Please not that i speak about timeline of user profile - not fan page, not group.
SO FAR I DID THIS:
- Registered as Facebook developer
- Registered app
- Obtained token
- Opened url: https://graph.facebook.com/USER_ID/feed?access_token=MY_TOKEN
- Voila. Feed of that user is displayed now, but..
PROBLEM: So now i have users feed, but it looks like its partially working. It happens often that it don't displays some updates, sometimes it displays just date of the post and not the content.
However when i try to grab feed from some facebook fan page, then everything work normal.
MY QUESTION: Are we allowed to grab user timeline? If yes, what im doing wrong?
