For example, here is the "page":
http://www.facebook.com/facebook
There is an RSS feed on this page (which I would like to use, ideally), but a) these are browser nuances meaning that I need to fake the user-agent from the script to extract it - and this is really fragile b) the quality of the returned data really bad.
Can I use api chart to get the same data? This url is:
https://graph.facebook.com/facebook/feed
implies that I can, and json is suitable for me, although I am extracting this from a PHP script, not the client side. However, when I try to use this URL for my actual page, I get the following:
{
"error": {
"type": "OAuthAccessTokenException",
"message": "An access token is required to request this resource."
}
}
, , "" - - ? , - , script .