http - Youtube gdata playlist httprequest -


hey have program performs request youtube json list of videos.

whats working: perform request youtube json list of videos specific user. example url usings :

username variable have set up.

    httpurirequest request = new httpget("http://gdata.youtube.com/feeds/api/videos?orderby=published&author="+username+"&v=2&alt=jsonc"); 

what not working: perform request youtube json list of videos specific playlist.

    httpurirequest request = new httpget("http://gdata.youtube.com/feeds/api/playlist/pl827bc9167705bbab?alt=jsonc&v=2"); 

what wrong playlist request ?


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -