Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to grab ads which are shown to user? Not the ones he created. Using Ads API?

For example if I know the Creative ID (e.g. 6003457682739) can I get info about it?

I've tried to use this code: https://graph.facebook.com/6003457682739?access_token=

From help: https://developers.facebook.com/docs/reference/ads-api/adcreative/ Part "Retrieving data for specific creatives"

But no luck, I guess because Facebook allows to grab ads managed by you only?

share|improve this question

1 Answer

up vote 0 down vote accepted

"But no luck, I guess because Facebook allows to grab ads managed by you only?"

This guess is incorrect. You can get data managed by others. You will need to get the access_token from the manager of the ad to get their data.

share|improve this answer
Thank you, DMCS. – Igor Ryzhkov Jan 18 '12 at 19:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.