I tried to display all videos from my youtube channel using below json url. But it only 25 videos display from this url.
https://gdata.youtube.com/feeds/api/videos?author=Anklespankin&v=2&alt=jsonc
Actually user has uploaded more than 500 videos
https://www.youtube.com/user/Anklespankin
how to get all videos.give me json solution.
I have refer Youtube Api to fetch all videos on a Channel this link but in that there is solution
https://www.googleapis.com/youtube/v3/search?key={your_key_here}&channelId={channel_id_here}&part=snippet,id&order=date&maxResults=20"
but here i have to pass max result and if i write more than 50 i do not getting any result