Is verification by passport or ID absolutely required for this API?
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 15/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Domain
- api, authentication
Research direction
The issue names only a curl request to the Facebook Graph API and the returned OAuth error; no repository file or test is identified. Start by checking the API permission requirements referenced in the error and determine whether identity verification is required. Done means documenting a supported answer that explains the reported error and required access steps.
Written by the indexing model from the issue text.
Description
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?
- Dominant language
- Python
- Stars
- 338
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from facebookresearch/Ad-Library-API-Script-Repository
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
facebookresearch/Ad-Library-API-Script-Repository#62 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
facebookresearch/Ad-Library-API-Script-Repository#51 · 6 comments ·
All issues in facebookresearch/Ad-Library-API-Script-Repository
Similar issues
-
Add: hunch Open
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
DiamondLightSource/dodal#2211 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
openml/openml-python#1749 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sipyourdrink-ltd/bernstein#6191 ·