Facebook feeds on iOS app?
问题 How can I display face book feeds related to a group on an iOS App? Is there any JSON/JSONP call to fetch the feeds?? Any help is Appreciated. 回答1: The simplest - is just to show a web page on web view. Facebook manages itself to fit the width of your webView control. // Load facebook data NSString *fbUrlAddress = @"http://www.facebook.com/FLORtiles"; // here you put your own group //Create a URL object. NSURL *fbUrl = [NSURL URLWithString:fbUrlAddress]; NSString *webHTMLfb = [NSString