I want to display the like count of a page on my flash application. "When loading my flash app I can send and load a url which can return the count information of the like page"
anyone know the soultion for this?
|
I want to display the like count of a page on my flash application. "When loading my flash app I can send and load a url which can return the count information of the like page" anyone know the soultion for this? |
|||||
|
|
It's pretty easy. You just query the link http://graph.facebook.com/?id=[YOUR_SITE] and it'll return a piece of JSON like this:
So if you wanted to get the shares for Google, just query http://graph.facebook.com/?id=http://google.com (you can click on the link itself as well). Use the URLLoader class to load in the data and the AS3CoreLib to convert the JSON to an Object. |
|||
|
|
|
as3 :
php :
...... |
|||
|
|
|
if all you are concerned about is retreiving the
|
||||
|
|