How to get access token for google oauth?

前端 未结 5 1784
离开以前
离开以前 2021-02-05 21:30

I am using C# (ASP.NET). I want to use Google OAuth for accessing the user profile detail in my app. I successfully got the authorization code but having a problem in getting th

5条回答
  •  清酒与你
    2021-02-05 22:06

    I think you are sending the POST request to the wrong endpoint, the correct one is https://accounts.google.com/o/oauth2/token

提交回复
热议问题