I know about the real-time API, but I don’t believe it has access to my news feed (yet?)
https://graph.facebook.com/me/home?access_token (search for “News feed”). I just want to view all the messages to me just I would see on the facebook site.
I guess I could poll(undesired?) this feed to get access to the data. Just like tweetdeck does every minute. but I am wondering if this is really necessary to access this data? I am affraid that is the only option because otherwise tweetdeck would not do this excessive polling if you ask me.
Yes, news feed still not yet supported by the real-time updates method
subscription:I suppose your best bet is to get the
offline_accesspermission and polling Facebook’s servers, but I would be very cautious when doing so!