English 中文(简体)
诸如纽芬兰语等的Facebook更新了每1 000个同类的价值。 它能否更新等等?
原标题:Facebook like button updates the value for every 1,000 likes . Can it update on every like ?

我猜测你相信,在网站上,你点击了 like子,反之,它通常用首个网站那样做更新。 在此之前,它每1 000个类似点开始更新。

因此,你可以:

页: 1

页: 1

2 likes

10页: 1

999 类似

100页: 1 (then it s not updated onclick until)

200页: 1 (then it s not updated onclick until)

300页: 1 (then it s not updated onclick until)

。.

是否有办法更新每点点点的价值?

最佳回答

你们可以采取布局,而不是箱子。 但是,箱子的计算工作方式是显示四舍五入,目前是可图的。 您可以在其浏览器工具上提出具体要求。

问题回答

你们可以质疑像计算方法一样的准确点,并形成一种习俗。

例如,PHP

$url =  http://example.com ;
$facebook_data = json_decode(file_get_contents("http://api.facebook.com/method/fql.query?query=select%20total_count,commentsbox_count%20from%20link_stat%20where%20url= {$url} &format=json"));
echo $facebook_data[0]->total_count;

可在上看到这方面的一个工作例子。





相关问题
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 ...

热门标签