我需要查阅“Facebook”的分析性数据,如以下的公共网页数据,而不必查阅网页上的见解。
如今,利用FQL,我可以得到的都是用上页的粗略数字。
缩略语 WHERE page_id=xxxxxxx
Fql查询或php代码将是有益的。
或像本报告这样简单得多的报告。
http://www.zuumsocial.com/sites/all/themes/sooper_synopsis/custom/images/hp/cr-index.png
我需要查阅“Facebook”的分析性数据,如以下的公共网页数据,而不必查阅网页上的见解。
如今,利用FQL,我可以得到的都是用上页的粗略数字。
缩略语 WHERE page_id=xxxxxxx
Fql查询或php代码将是有益的。
或像本报告这样简单得多的报告。
http://www.zuumsocial.com/sites/all/themes/sooper_synopsis/custom/images/hp/cr-index.png
环保局支持您自己的网页和照片的历史数据,即http://developers.facebook.com/docs/insights” rel=“nofollow”> 。
https://developers.facebook.com/docs/authentication/permissions/“rel=”_Permission 。 页: 1
举例来说,为了在上个月每天收回同样的数字,本图文图的深刻见解将显示结果:
/[PAGE ID HERE]/insights/page_fans/lifetime?
The result for one of my pages is:
{
"data": [
{
"id": "255463667838002/insights/page_fans/lifetime",
"name": "page_fans",
"period": "lifetime",
"values": [
{
"value": 52,
"end_time": "2012-05-21T07:00:00+0000"
},
{
"value": 52,
"end_time": "2012-05-22T07:00:00+0000"
},
{
"value": 53,
"end_time": "2012-05-23T07:00:00+0000"
},
{
"value": 53,
"end_time": "2012-05-24T07:00:00+0000"
},
{
"value": 53,
"end_time": "2012-05-25T07:00:00+0000"
},
{
"value": 53,
"end_time": "2012-05-26T07:00:00+0000"
},
// Snipped more of the same
],
"title": "Lifetime Total Likes",
"description": "Lifetime The total number of people who have liked your Page. (Unique Users)"
}
如果你再次询问别人的页面或照片,答案是没有的——你需要利用第三方服务,后者在公开提供信息(即投票服务)时已经将信息整理起来。
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
Our app is displaying its information in a way similar to that found on Facebook s "feed" page which shows a timeline of activity by members of the particular profile s network. I can see that could ...
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...
I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...
I m going to create a Facebook application which get informations (name and page_url) about Facebook page from his page_id. So i went to the Facebook Wiki and i found this API method which sounds good ...
I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...
I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...
If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...