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!