When you have an access token it's easy enough to get the photos of friends (with appropriate permissions), however I want to get all available photos of everyone in a facebook group. I therefore have a list of facebook IDs of people who I may or may not be friends with.
To summarize 100001448205991 is a user completely at random who I don't know and am not friends with, but they have lots of publicly visible photos, however the following query doesn't produce any results: https://graph.facebook.com/100001448205991/photos?access_token=[MyUser'sAccessToken]
Is there a way to get these photos using the facebook api?