Andrew Sheldon - 2011-04-20 19:05:30
When I run the script I get error:
Warning: file_get_contents(https://graph.facebook.com/100000435448736/albums?access_token=115291531831384|FUQPbFCCEz5O_o22HhkToqGbTaI) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in /home/sheldon6/public_html/fb/phpcUrl.php on line 120
and if i copy/paste https://graph.facebook.com/100000435448736/albums?access_token=115291531831384|FUQPbFCCEz5O_o22HhkToqGbTaI into browser this is what I get below
{
"error": {
"type": "OAuthException",
"message": "An access token is required to request this resource."
}
}
Thanks
Andy