How to get the youtube videos in JSON formate for list in UITableView
. I need At a time 20 feeds to be listed and in show more button then next 20 results needed to display.
I am expecting the exact url to get the feeds in both case.
Now i am trying Url i give as example.
http://gdata.youtube.com/feeds/api/videos?start-index=11&max-results=20&v=2&alt=jsonc
http://gdata.youtube.com/feeds/api/videos?start-index=2&max-results=20&v=2&alt=jsonc
Thanks in Advance
Below code parse YouTube JSON to table view.
The code to get JSON is below:
You should read getting started about AFNetworking:
https://github.com/AFNetworking/AFNetworking/wiki/Getting-Started-with-AFNetworking
You can download sample project from GitHub and just run it:
https://github.com/weed/p120805_YouTubeJsonParse