Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top