English 中文(简体)
费萨尔·阿森特(签名)
原标题:Facebook API - Looking for details on individual posts
  • 时间:2012-04-30 15:11:16
  •  标签:
  • facebook
  • api

我期望看到是否可能从个别员额中提取数据。 我期望每天把这一数据带上商业页。 从每日数据来看,我想每周提交报告,比较过去几周的数据。

即将获得的数据是:

  • Activity / How many times was each indidual post viewed
  • Posts that lead to a subscription / like
  • Posts that lead to unsubscribe / unlike
  • The number of people that have hidden an individual post
最佳回答

Facebook提供一页(或应用)的透视。

You have two ways to access it: the Insights object or the Insights fql table. Using that you can load statistics about your page using specific metrics, in the fql table doc. the ones that you care about (based on your question) starts in Page Posts and then you have Stories and People talking about this, Impressions and Engagement.

根据fql表c:

阅读你需要的见解

本届会议所有用户的浏览量

这就意味着,你每天只能开一个节目收集这一数据,因为你需要一个积极的信号,让用户能够查阅网页上的见解数据,并批准你的供述,并给予“阅读”许可。

You can make sure that the user use your app while you authenticate him using the Server-Side auth flow, which will results in 60 days token, save that and you can run that program daily for the next 60 days. When the token has expired the user will have to again use your app to authenticate and create a new valid token.

问题回答

暂无回答




相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

getting XML from other domain using ASP.NET

I m fairly new to ASP.NET. And I was wondering how I could go about getting xml from a site (Kuler s API in this case), and then post the result using AJAX? So what I want here, is to be able to do a ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

How best to expose Rails methods via an API?

Let s say I have a model foo, and my model has a publish! method that changes a few properties on that model and potentially a few others too. Now, the Rails way suggests that I expose my model over ...

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

热门标签