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

App credentials? #331

Closed robertjwhitney closed 11 years ago

robertjwhitney commented 11 years ago

Is there a way to access an apps client_credentials?

GET /oauth/access_token?
     client_id={app-id}
    &client_secret={app-secret}
    &grant_type=client_credentials

https://developers.facebook.com/docs/facebook-login/access-tokens/

nov commented 11 years ago

Yes, it is. https://github.com/nov/fb_graph/wiki/App-Access-Token