Facebook sdk:Android中的Graph API
在Facebook v1图表api 用户ID 是多个应用程序中用户的唯一ID。
In Facebook v1 graph api user id is the unique id for a user in multiple apps.
但是在图api v2中,用户ID 不存在,只有范围标识存在,并且对于多个应用程序而言并不唯一。
But in graph api v2 the user id does not exist, only scope id exists and it is not unique for multiple apps.
有多个应用程序中的一个用户有唯一的密钥或id?
Is there any key or id which is unique for one user in multiple apps?
但是在图形api v2中,用户标识不存在,只有作用域ID存在,并且对于多个应用程序来说,它不是唯一的。
But in graph api v2 the user id does not exist, only scope id exists and it is not unique for multiple apps.
我很确定应用范围的ids仍然是独一无二的 - 它们对于不同的应用程序来说不是同一个 什么应用程序的意思。)
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.)
有多个应用程序中的一个用户有唯一的密钥或ID?
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.
然后您可以使用 token_for_business 字段,或使用业务映射API。
Then you can either use the token_for_business field, or use the Business Mapping API.