-1

我正在开发一个需要 youtube 用户身份验证的应用程序?如何在我的应用程序中集成 youtube 登录?任何教程?认证后我需要发送评论,喜欢特定的视频

请帮助我

4

2 回答 2

3

您需要查看 Google Objective-C Client Library 和 Google Toolbox for Mac。

http://code.google.com/p/google-api-objectivec-client/

http://code.google.com/p/google-toolbox-for-mac/

工具箱处理 OAuth2,Objective-C 客户端处理所有 Google 服务的 API 操作。

于 2013-09-17T12:34:24.200 回答
0

You can go through these url's to know the procedure of how to integrate GData API in Objective C.

http://mischneider.comli.com/blog/?p=377

http://www.youtube.com/watch?v=UVMkRUhibsk

于 2013-09-17T12:39:03.820 回答