Objective c 无法获取YouTube auth BahYouTubeAuth iOS

Objective c 无法获取YouTube auth BahYouTubeAuth iOS,objective-c,youtube-api,cocoapods,Objective C,Youtube Api,Cocoapods,我正在iOS应用程序中使用BahYouTubeAuth。我的代码是: [youTubeOAuth authenticateWithYouTubeUsingYouTubeClientID:Client_ID youTubeClientSecret:Client_Secret responseType:@"code"

我正在iOS应用程序中使用BahYouTubeAuth。我的代码是:

[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" 
这是这样的


“状态”和“appURLCallBack”应该是什么

尝试将状态用作BladerFeed和appURLCallBack as

尝试将状态用作BladerFeed和appURLCallBack as