开发者

You tube API for getting videos from a our account in Objective C

开发者 https://www.devze.com 2023-01-12 03:40 出处:网络
In my iphone app i want retrieve videos list from my account in youtube, Is there any API to get this can any o开发者_StackOverflow社区ne help me out

In my iphone app i want retrieve videos list from my account in youtube, Is there any API to get this can any o开发者_StackOverflow社区ne help me out

Thank You


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

How to integrate YouTube API into my iPhone app?

0

精彩评论

暂无评论...
验证码 换一张
取 消