Facebook Graph API互斥权限 [英] Facebook Graph API Mutually Exclusive Permissions

查看:57
本文介绍了Facebook Graph API互斥权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于我们的应用,我们需要以下权限:

For our app, we need the following permissions:

  • instagram_manage_insights,属于业务应用程序类型"
  • user_birthday,属于消费者应用类型"

我们是否有办法获得这两个许可,或者它们是互斥的?

Is there any way for us to obtain both permissions or they are mutually exclusive?

推荐答案

是的,由于某些功能和权限集仅在不同的应用程序类型中可用,因此看起来它们现在是互斥的.

Yes, it looks like certain sets of features and permissions are mutually exclusive now, since they are available in different app types only.

https://developers.facebook.com/docs/development/create-an-app/app-dashboard/app-types 说,

选择一种应用程序类型后,只会向您的应用程序显示该应用程序类型可用的产品,权限和功能.

Once you choose an app type, your app will only be presented with products, permissions, and features that are available to that app type.

因此,特定类型列表中未列出的所有内容都将无法供您选择,以添加到您的应用中.

So anything that is not on the list for a specific type, won’t be available for you to choose from to add to your app.

instagram_manage_insights 仅在业务"下列出,而 user_birthday 仅在消费者下列出.因此,如果您确实需要两者,则必须创建两个单独的应用程序,然后以某种方式关联数据*(如果仍然允许的话).

instagram_manage_insights is only listed under Business, and user_birthday only under consumer. So if you really need both, then you will have to create two separate apps, and then correlate the data somehow on your end* – if that is still allowed.

* 客户匹配API 允许在属于业务实体的不同应用程序中匹配应用程序范围的用户ID,但现在似乎已弃用.

* The Customer Matching API would have allowed to match app-scoped user ids across different apps that belong to a business entity, but that appears to be deprecated now.

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

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