Search code examples
facebookfacebook-graph-apiphotosfacebook-wall

How to count photos on my FANPAGE wall?


I gave an access to fans to upload photos to FANPAGEs wall. How can I count posted photots? I am too young in FB.apis :-( Thanks!


Solution

  • Via the Graph API you can get the Photos connection off of the Page object.

    See: http://developers.facebook.com/docs/reference/api/page/

    You can play around here: http://developers.facebook.com/tools/explorer

    1. Get /me/accounts
    2. Click one of the page IDs that show up that has some photos.
    3. Add /photos after the page ID and click Get /{pageId}/photos