Questions tagged «oauth2-playground»

24
Google oauth2中的invalid_client
我尝试制作一个用于youtube视频上传的网页,因此我尝试从google api控制台获取客户端ID,并且在api控制台中显示如下所示: Client ID: 533832195920.apps.googleusercontent.com Redirect URIs: http://bobyouku.ap01.aws.af.cm/testyoutube.php https://developers.google.com/oauthplayground 但是,当我尝试使用以下网址测试帐户时: https://accounts.google.com/o/oauth2/auth?client_id=533832195920.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Fbobyouku.ap01.aws.af.cm%2Ftestyoutube.php&scope=https%3A% 2F%2Fwww.googleapis.com%2Fauth%2Fyoutube&response_type = code&access_type = offline 它给出了invalid_client的结果。即使在oauth2操场上尝试,也会发生同样的失败 有人知道发生了什么吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.