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/


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

链接地址: http://www.djcxy.com/p/32576.html

上一篇: 新Facebook API提取新闻源及其评论

下一篇: Facebook Ads API通过FQL