I'm trying to check if news feed row is from user or from page. i cant find it anywhere or any field that can tell me if its from user or page. is there anyway i can find that out?
http://developers.facebook.com/docs/reference/fql/stream
I'm trying to implement Facebook news feed API. fetching all the users names and pages names that were used on news feed.
if it was already saved in local db, then don't fetch from Facebook, if its not saved, then fetch from Facebook API.