Facebook Graph API - Get like count on page/group photos

Posted by JackLeo on Stack Overflow See other posts from Stack Overflow or by JackLeo
Published on 2011-08-08T15:27:44Z Indexed on 2012/11/30 5:05 UTC
Read the original article Hit count: 207

I've been testing graph API and ran into a problem. How can I get like count from photos of a page/group?

I'm administrator/creator of a group. When entering in https://developers.facebook.com/tools/explorer/ certain photo ID from that group it brings almost all data, even comments, but not the like count. For like part it needs (according to docs) access token despite the fact that anyone can access that info.

How to get access token of my page/group with required permissions and how to use it to get info I need?

If possible I would like to get JSON from a single address if it is possible.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-graph-api