如何使不和谐的oauth2进入我的网站

时间:2020-02-01 19:45:52

标签: html css oauth

我正在尝试以誓言2不和谐来授权我的网站,但我不能。

<!DOCTYPE html>
  <html>
     <head>
        <meta charset="utf-8">
        <title>Media Maniac</title>
        <link rel="stylesheet" type="text/css" href="../css/style.css">
      </head>
  </html>
    <body>
    <a href="https://discordapp.com/api/oauth2/authorize?client_id=(my-id)&redirect_uri=http%3A%2F%2Flocalhost%2FHTML%2FpsaServer&response_type=code&scope=identify%20guilds">
      <div id="Login">
        <Button type = "Button" id="pLogin">Log in with discord</p>
      </div>
      </a>
      <div>
        <img id="IDiscord" src="../img/Hindex/Discord_outline.png">
      </div>
      <div>
         <img id="ITwitter" class="bounce" src="../img/Hindex/Twitter.png">
      </div>
    </body>

错误是 无法访问此站点localhost拒绝连接。 试试:

检查连接 检查代理和防火墙 ERR_CONNECTION_REFUSED。我正在使用勇敢的浏览器,尽管我确实尝试了谷歌浏览器并且两个人都大声说了同样的话。抱歉,这个问题很简单(很可能是这样),但这是我第一次尝试将api插入我的网站

0 个答案:

没有答案