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

User id #376

Closed Victorgf87 closed 10 years ago

Victorgf87 commented 10 years ago

Now that the API has changed and it has scoped user_id's, how can I get that id? Or what can I use as unique identifier?

nov commented 10 years ago

API interface doesn't change, so your existing code should work without any change. If you have multiple apps and want to disclose user identity across those apps, the answer is "you can't".

Victorgf87 commented 10 years ago

Thank you :)