I’ve written a bit of JavaScript that will fetch all of the posts on a Facebook Page. The URL with which I do that is this:
http://graph.facebook.com/cocacola/feed?limit=5&callback=facebookResponse
and this worked fine and dandy, right up until last week sometime, when I started seeing oauth errors.
I’ve searched for an hour or so on Stack, and seen plenty of other people are trying to do this, – but none have been asked after all of my requests to FB started returning these oauth errors.
It really doesn’t make sense, – I’m trying to access publicly available data from company pages. I can still do so without oauth (albeit in a limited fashion) via RSS.
Anyhow, I’m hoping someone can clue me in as to how to get this PUBLICLY AVAILABLE information without having to go through the rigmarole of getting an application ID, an authorization token, etc.
This is a
recentnot-so-recent change, but you now need an access token to access/feedand/posts. Annoying, but at least it’s navigable.Edit: updated the link, which has broken in the many years since this post was relevant. Here’s the relevant text from that post for future posterity: