有关使用GData API将视频上传到youtube的任何教程形成iOS应用程序吗? [英] Any tutorials for using GData API to upload to video to youtube form iOS app?

查看:83
本文介绍了有关使用GData API将视频上传到youtube的任何教程形成iOS应用程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都告诉我在哪里可以找到教程如何使用GData从我的iOS应用程序上传视频到youtube?

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?

推荐答案

你可以从GData的创建者页面找到一个写得很好的例子。
你只需要从他的项目svn下载最新的源代码(只需在你的终端应用程序上输入这个代码)

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

并在〜/ Desktop / gdata-objectivex / Examples / YoutubeSample中搜索。
在这个目录中有一个项目用Oauth2实现登录,上传视频和更多操作。

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.

这是基本的,我也建议你阅读来自youtube的常规API http://code.google.com/apis/youtube/overview .html

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

这篇关于有关使用GData API将视频上传到youtube的任何教程形成iOS应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆