Pregunta

I would like to know if there is a simple method for retrieving the number of Facebook likes a Facebook page has.

Would it be in my best interest using the Facebook SDK? Or would such a simple operation be achievable via other methods?

If anyone has any guidance for me, it would be much appreciated if you shared it with me, thanks.

¿Fue útil?

Solución

For that basic info, you don´t need to use the Facebook SDK. You just need to retrieve the data of the following URL: http://graph.facebook.com/[vanity-url or page-id]/

Put that in the browser and you will see which information you can get.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top