使用 JavaScript 返回域的 Facebook 洞察数据
我正在寻找一个非常简单的“hello world”类型的示例,它将帮助我了解如何使用 JavaScript 检索我的域的 Insight 数据。
我想返回我网站上当天的点赞总数 (domain_like_adds),但我不知道如何操作。 Facebook 文档让我在原地转圈。
感谢您的帮助!
I'm looking for a very simple "hello world" type of example that will help me understand how to use JavaScript to retrieve the Insight data for my domain.
I want to return the total number of Likes (domain_like_adds) for the day on my website, but I'm not sure how to go about it. The Facebook documentation has me running in circles.
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关如何定义查询的更多信息,请参阅此页面:
http://developers.facebook .com/docs/reference/fql/insights/
这是基本查询和带有回调函数的 facebook JS API 查询:
See this page for more information on how to define your query:
http://developers.facebook.com/docs/reference/fql/insights/
Here's the basic query and facebook JS API query with callback function: