I'm using Facebook Ads API. And receive AdCreative's property object_story_id in form %PageID%_%PostID%.
Then I can get two obects from FB API:
- the first using that URI: https://graph.facebook.com/v2.2/%PostID%
- the second using https://graph.facebook.com/v2.2/%PageID%_%PostID%
So here I have several qusetions:
Why there are two different objects, don't they represent the same logical structure?
Why sometimes I can access the first one, but can't - the second?