facebookresearch / facebookresearch/Ad-Library-API-Script-Repository

Is verification by passport or ID absolutely required for this API?

未关闭
#32 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
337
派生
130
PR 合并指标
30 天内没有已合并 PR

描述

```
curl -G \
-d "search_terms='california'" \
-d "ad_type=ALL" \
-d "ad_reached_countries=['US']" \
-d "access_token=EAA<.........>" \
"https://graph.facebook.com/v17.0/ads_archive"
```

===>

```
{"error":{
"message":"Application does not have permission for this action",
"type":"OAuthException",
"code":10,
"error_subcode":2332002,
"is_transient":false,
"error_user_title":"Authorization and login needed",
"error_user_msg":"To access the API, you'll need to follow the steps at facebook.com\/ads\/library\/api.",
"fbtrace_id":"<...>"}
}
```

I don't understand - will **I have to** verify my personal account **by passport or ID** to then be permitted to use this API?

Or what's this error about?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。