Question

i am currently working on an App and i want to show the Posts of a Facebook Page in a TableView in iOS. What I read before was I can get the Data from https://graph.facebook.com/106407802732665/feed?access_token=ACCESS_TOKEN .

I know I have to parse the JSON and put it into the TableView.

But I don't know how to do that.

Was it helpful?

Solution

you first parse JSON and get data for facebook feed,it have more data with keys,you use required keys and customize your table view cells. refer this example code

parse json ios programming tutorial

iphone ios json parsing tutorial

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top