Facebook sdk: Graph API in Android

我是研究僧i 提交于 2020-01-07 02:50:49

问题


In Facebook v1 graph api user id is the unique id for a user in multiple apps.

But in graph api v2 the user id does not exist, only scope id exists and it is not unique for multiple apps.

Is there any key or id which is unique for one user in multiple apps?


回答1:


But in graph api v2 the user id does not exist, only scope id exists and it is not unique for multiple apps.

I am pretty sure that app-scoped ids are still unique - they are just not the same for different apps (because that’s what app-scoped means.)

Is there any key or id which is unique for one user in multiple apps?

Only for apps that are registered as belonging to the same business.

Then you can either use the token_for_business field, or use the Business Mapping API.

https://developers.facebook.com/docs/apps/changelog#v2_2



来源:https://stackoverflow.com/questions/40177573/facebook-sdk-graph-api-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!