I want to rank my pages by the ammount of Facebook likes they have (via the facebook like api). Is there any way for me to automatically insert a value to mysql via PHP when the like button is clicked? Or a way for me to collect the ammount of likes for a page then insert that value? Is there anyway of doing this with the Facebook API? Thanks :)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can subscribe to the edge.create event: http://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
I have never tested that but it should work according to FB's documentation. |
|||
|