简体   繁体   中英

Restricted access to Facebook stories via their API

I'm managing ads via Facebook ads API. The requests are made on behalf a user, which provides access_token . It's info:

Expires: Never 
Valid: True 
Origin: Web 
Scopes: public_profile, basic_info, ads_management, user_friends

Sometimes requests to specific stories info via their object_story_id -s (obtained form AdCreative objects) fail for unknown reason (Unsupported get request).

May be it's important that some of pages, which host this stories, are alcohol-related. But " age_range " for my token is { "min": 21 } . That seems more weird when requests to another stories from that pages are ok.

So how can I found, where is a problem? May be there is not age-related, but some other kind of restrictions (geographical or so). How can it be determined?

Thanks in Advance!

It had nothing to do with alcohol or age restrictions. Just a coincidence. The deal is that there is a bug on FB side related to Photo id-s. It is described (with several suggested workarounds) here : https://developers.facebook.com/bugs/311567308967873/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM