How to use the Facebook iphone sdk?I want to make a facebook application that will have a search bar and after entering data in the search bar whatever information will be returned from th开发者_JAVA百科e facebook database i need to display it in the tableview...please help me in this regard
From reading through Facebook's iPhone SDK, it looks like you can construct a Facebook Query Language (FQL) query and asynchronously receive the results which you'd use to populate your UITableView.
See the iPhone SDK Samples for how to do UITableView population and a search box.
精彩评论