Google OAuth 2 authorization - Error: redirect_uri_mismatch

前端 未结 30 2341
遥遥无期
遥遥无期 2020-11-22 02:58

On the website https://code.google.com/apis/console I have registered my application, set up generated Client ID: and Client Secret to my a

30条回答
  •  执笔经年
    2020-11-22 03:11

    Just make sure that you are entering URL and not just a domain. So instead of: domain.com it should be domain.com/somePathWhereYouHadleYourRedirect

提交回复
热议问题