I want to retrieve the activity feed but of a certain type to eliminate extra processing in my code.
https://graph.facebook.com/me/home?limit=200&access_token= I get all types of feed from the above URL.. is there a way to restrict it say just links or photos?
I tried adding &type=link
but that doesn't help.
I don't mind using FQL if that is an option but can I make it return JSON rather than tables?