views:

23

answers:

1

Hi All,

In my iphone app i want retrieve videos list from my account in youtube, Is there any API to get this can any one help me out

Thank You

A: 

to get videos by user

http://gdata.youtube.com/feeds/api/users/USERNAME/uploads

the api is documented here,

http://code.google.com/apis/youtube/2.0/reference.html

you would make REST API requests from you iphone app

similar question with additional information

http://stackoverflow.com/questions/3440491/how-to-integrate-youtube-api-into-my-iphone-app
Aaron Saunders