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

adding a method for getting an application id from a user access token #346

Closed kissrobber closed 10 years ago

kissrobber commented 10 years ago

for http://stackoverflow.com/a/8730549/910259

app = FbGraph::Application.app(user_access_token).fetch
raise unless app.identifier == MY_APP_ID
nov commented 10 years ago

I've rejected a pull request this undocumented API support before, but it exists for two years. https://github.com/nov/fb_graph/pull/163#issuecomment-7010549

So now I consider this is already "official" enough.