Remove access_token from user_info
This commit is contained in:
parent
adc70d2fe2
commit
f51a863158
3 changed files with 1 additions and 6 deletions
|
@ -97,7 +97,6 @@ class OAuthService(object):
|
|||
|
||||
def get_user_info(self, http_client, token):
|
||||
token_param = {
|
||||
'access_token': token,
|
||||
'alt': 'json',
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue