Rajasankar
Results
1
issues of
Rajasankar
Google OAuth2 has changed the parameters to be passed to change the code to access_token. params = { 'code':code, 'client_id':self.settings['google_oauth']['key'], 'client_secret':self.settings['google_oauth']['secret'], 'redirect_uri':'http://localhost', 'grant_type':'authorization_code', } As these params cant be passed...
auth