Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is it the new field 'new_like_count'?

I couldn't help noticing yesterday that on the Graph API, a normal request for a page you're owner of, (like let's say http://graph.facebook.com/AnyPageYouAreAdmin with you being authenticated (you can try the call here)) would return a new field. This field is called 'new_like_count' and I kind of imagine what is it for. I can guess it will measure the growth of your fans.

What I would like to know is some extra information about it, like for how many days Facebook counts a 'like' as 'new' and these sort of specs that will make the field useful for developers.

Thanks in advance!

like image 788
Julio J. Avatar asked Feb 23 '12 12:02

Julio J.


People also ask

Is Facebook SDK free?

The Graph API is free to use, for all applicable use cases. Rate Limiting applies though, > developers.facebook.com/docs/graph-api/advanced/rate-limiting There is no way to “pay” or > otherwise get those limits raised for normal 3rd party apps.


1 Answers

Julio,

The new_like_count is the number of new likes since the page has been viewed - this is only viewable by the page admin.

like image 187
eosgood Avatar answered Sep 22 '22 06:09

eosgood