I combed through the Facebook documentation but didn't see an obvious way to return ONLY photos on a user's newsfeed. Specifically:
Give a FB access token, I want to get the newsfeed filtered to only photos that were posted.
https://graph.facebook.com/me/home?access_token=
Returns the entire newsfeed. I see that elements have a "Type" attribute, that has a value of "photo" when it's a photo.
How can I scope the response to only return photos?