pcv
pcv

Reputation: 2181

Facebook Ads API through FQL

Facebook offers an API for ads: https://developers.facebook.com/docs/reference/ads-api/

In the docs they only describe how to do requests through the graph API. Are there correspondent FQL tables as well? I'd like to use querying: https://developers.facebook.com/docs/technical-guides/fql/

Upvotes: 0

Views: 411

Answers (1)

Tommy Crush
Tommy Crush

Reputation: 2800

The tables you see via the FQL Table List are the only current connections provided. There's 3 ad tables currently there. If those aren't what you need, then FQL simply isn't possible right now. Maybe in the future, but not right now. Use the Graph API. There's a considerable amount of documentation available for Ads API (which is just a subset of the Graph API) too

Upvotes: 1

Related Questions