使用gdata-objectivec-client进行授权

时间:2013-01-03 04:55:08

标签: objective-c youtube-api gdata-objectivec-client

我正在使用gdata objectivec客户端来使用youtube v2.0。我不想多次要求用户登录。我想登录一次并获得accessstoken以便稍后使用。请给我一些示例代码来执行此操作。谢谢。

1 个答案:

答案 0 :(得分:0)

最好的方法是使用gtm-oauth2库:

https://code.google.com/p/gtm-oauth2/

这是一个使用它的示例应用程序:

https://github.com/stuffmc/YouTubeSample_iOS

同时参考这个问题:

How to Refresh the token that i got from google oauth 2.0 in iOS