【发布时间】:2016-05-21 23:38:58
【问题描述】:
我在我的 iOS 应用中使用 BAHYouTubeOAuth。我的代码是:
[youTubeOAuth authenticateWithYouTubeUsingYouTubeClientID:Client_ID
youTubeClientSecret:Client_Secret
responseType:@"code"
scope:@"https://gdata.youtube.com"
state:@""
appURLCallBack:@"urn:ietf:wg:oauth:2.0:oob"
accessType:@"online"
当我使用时
appURLCallBack:@"urn:ietf:wg:oauth:2.0:oob"
这显示了类似的东西
https://developers.google.com/accounts/images/installedresult.png
“状态”和“appURLCallBack”应该是什么?
【问题讨论】:
标签: objective-c youtube-api cocoapods