get facebook likes count in iphone-sdk

天涯浪子 提交于 2019-12-20 04:13:55

问题


I don't want to show Like button... I just want to get the Number of count that has been liked for particular link... Just Cont.. No like button No dialogue Nothing


回答1:


Just do a simple url request to the Graph API:

http://graph.facebook.com/[FULL URL]

Example:
http://graph.facebook.com/http://www.stackoverflow.com

Edit: (an example with "LIKES")
http://graph.facebook.com/http://www.imdb.com/title/tt0117500/

Awesome, isn't it?




回答2:


Just wanted to mention that if your URL has any question marks or ampersands in it, you will need to use a different notation:

http://graph.facebook.com/?id=[PROPERLY ENCODED FULL URL]

For example: http://graph.facebook.com/?id=http://mydomain.com/viewsomething.php%3Fid%3D2



来源:https://stackoverflow.com/questions/5740068/get-facebook-likes-count-in-iphone-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!