Facebook sdk:Android中的Graph API [英] Facebook sdk: Graph API in Android

查看:272
本文介绍了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.

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

这篇关于Facebook sdk:Android中的Graph API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆