Google Oauth2 Using Postman
The higlighted fields need to be filledup for successful Postman setup. Img 1 Img 2 Callback URL: https://oauth.pstmn.io/v1/callback Auth URL: https://accounts.google.com/o/oauth2/v2/auth Access Token URL: https://oauth2.googleapis.com/token Client ID: This is OAuth2 client ID from Google Cloud Console Client Secret: OAuth2 client secret Scope: https://www.googleapis.com/auth/calendar (For Google Calendar. All Google Api scopes...
[Read More]