Closed mattiassvedhem closed 12 years ago
then you need an access token.
nov
On May 4, 2012, at 8:33 PM, yeggepsreply@reply.github.com wrote:
According to Facebook page api:
no access token for public and non-demographically restricted pages
But when I try
page = FbGraph::Page.new(248605445178524) page.fetch.feed.first
I get
OAuthException :: An access token is required to request this resource.
Reply to this email directly or view it on GitHub: https://github.com/nov/fb_graph/issues/225
Probably you are enabling this? https://developers.facebook.com/roadmap/#august-2012
Anyway, you will need an access token to fetch page feeds soon.
no response? can I close this?
Sorry for delay! thanks for the link. Awesome gem.
According to Facebook page api:
no access token for public and non-demographically restricted pages
But when I try
I get