使用块茎包

时间:2017-12-14 14:12:08

标签: r oauth youtube

我试着开始使用“块茎”包装。有关如何使用此包的教程,请访问:https://www.r-bloggers.com/using-the-tuber-package-to-analyse-a-youtube-channel/

现在我已经在我的Google开发者帐户(网络客户端)中设置了OAuth 2.0客户端。但是,当我尝试使用我的详细信息登录时:

user <- my_user_name
key <-  my_key 

yt_oauth(my_user_name, my_key, token = '')

我收到以下错误:

请求中的重定向URI,urn:ietf:wg:oauth:2.0:oob,只能由本机应用程序的客户端ID使用。 WEB客户端类型不允许这样做。您可以在https://console.developers.google.com/apis/credentials/oauthclient

为本机应用程序创建客户端ID

1 个答案:

答案 0 :(得分:0)

创建 OAuth客户端ID 时,请将http://localhost:1410/设置为授权重定向URI 。您可能需要编辑和更新现有的客户端ID。