I am absolutely pulling my hair out.
All I want to do is retrieve the status updates from a specific user, so I can post them on my website. I cannot find how to do this as all tutorials online appear to be outdated.
I have tried setting up an app, generating an access token and then retrieving them using:
$json_str = file_get_contents('https://graph.facebook.com/YOUR-PROFILE-NAME/feed?access_token='.$access_token);
But all this returns for me is the user's ID - not the actual status posts.
Please - before my head explodes - someone help!
read_streampermission from the user? – Lix Jan 10 at 23:26scopeparameter. – Lix Jan 10 at 23:42