nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

Access feed data for public page? #225

Closed mattiassvedhem closed 12 years ago

mattiassvedhem commented 12 years ago

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.
nov commented 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

nov commented 12 years ago

Probably you are enabling this? https://developers.facebook.com/roadmap/#august-2012

Anyway, you will need an access token to fetch page feeds soon.

nov commented 12 years ago

no response? can I close this?

mattiassvedhem commented 12 years ago

Sorry for delay! thanks for the link. Awesome gem.