How do I retrieve photos from a Facebook group using the GraphAPI?
问题 I would like to retrieve photos from a facebook group using the GraphAPI. Based on FB Docs I don't see any connections to photos. I would like to get the photos and the users who uploaded them. 回答1: Graph API: http://graph.facebook.com/GROUP_ID/?fields=name,description, albums return { "name": "Group name", "description": "Group description", "id": "GROUP_ID", "albums": { "data": [ { "id": "GROUP_ALBUM_ID", "name": "GROUP_ALBUM_NAME", "link": "GROUP_ALBUM_LINK", "created": 1352388257,