问题描述
在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?
推荐答案
我很确定应用范围的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.)
仅适用于注册为属于同一业务的应用程序。
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.
这篇关于Facebook sdk:Android中的Graph API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!