I'm building a phonegap app, that will display let's say about 30-40 latest Facebook and twitter posts from a specific user (an organization). I'm having some problems with the Facebook feed, working with graph api explorer i get this link.
GET https://graph.facebook.com/225220780906670?fields=feed
I have done extent searching and i have no idea on how to make this work in my app, can somebody give me some pointers? Is there some way to get the news feed as a part of the Facebook plugin for Phonegap? ( https://github.com/davejohnson/phonegap-plugin-facebook-connect/ )
For my UI im currently using Jquery mobile and Phonegap to make my app native... Regards, Jasha