无法获得Facebook的ads_management扩展权限 [英] Cannot get Facebook ads_management extended permission

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

问题描述

我正在尝试在我的Facebook广告活动中获取统计资料。我已经跟随了Facebook自己的指南,我已经创建了一个应用程序等等。但是我无法获得ads_management权限。如果我使用图形浏览器及其获取访问令牌,我无法在扩展权限下选择ads_management,该选项根本不在。



我也试过向Facebook api发送请求如下:



https://www.facebook.com/v2.0/dialog/oauth?client_id=MY_CLIENT_ID&redirect_uri=MY-REDIRECT_URI&范围= ads_management& response_type = token ;



哪个可以让我获得访问令牌,但没有一个具有ads_management权限的用户



任何想法?



编辑:我的应用没有列入白名单,但除非我误解了指南,它不一定是只要我是应用程式的开发人员,这是否正确?

解决方案

根据我对Facebook Ads API指南的了解就是它 ads_management扩展权限仅授予已列入白名单的应用。因此,如果您点击的Graph端点需要该权限,那么您必须批准您的应用程序。查看入门概述 https://developers.facebook.com/docs/reference / ads-api / overview


I'm trying to get statistics on my facebook ad campaigns. I've followed Facebook own guide, and I've created an app and so on. However I'm unable to get ads_management permission. If I use the Graph Explorer and its "Get Access Token", I cannot select ads_management under extended permissions, the option is simply not there.

I've also tried just sending a request to the Facebook api as follows:

https://www.facebook.com/v2.0/dialog/oauth?client_id=MY_CLIENT_ID&redirect_uri=MY-REDIRECT_URI&scope=ads_management&response_type=token";

Which does get me a access token, but not one with ads_management permission

Any thoughts?

Edit: My app is not whitelisted, but unless I've misunderstood the guide, it does not have to be, as long as I'm a developer on the app, is this correct?

解决方案

From what I understand of the Facebook Ads API guide is that the ads_management extended permission is only granted to whitelisted apps. So if the Graph endpoint you're hitting requires that permission then you'll have to get your app approved. Check out the getting started overview https://developers.facebook.com/docs/reference/ads-api/overview

这篇关于无法获得Facebook的ads_management扩展权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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