Any tutorials for using GData API to upload to video to youtube form iOS app?

99封情书 提交于 2019-11-29 15:51:10

问题


Anyone one tell me where can I find tutorials to teach me how to use GData to upload a video to youtube from my iOS app?


回答1:


You can find a well written example from creators' page of GData for Objective C. You just need to download the latest source from his project svn (Just type this code on your terminal application)

svn checkout http://gdata-objectivec-client.googlecode.com/svn/trunk/ ~/Desktop/gdata-objectivec

and search inside ~/Desktop/gdata-objectivex/Examples/YoutubeSample. In this directory there is a project implementing login with Oauth2, upload of a video and more operations.

This is the basic, I also suggest you to read the general API from youtube here http://code.google.com/apis/youtube/overview.html.



来源:https://stackoverflow.com/questions/7860923/any-tutorials-for-using-gdata-api-to-upload-to-video-to-youtube-form-ios-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!