Closed qmmp123 closed 6 years ago
I've found solution. Better pass necessary values of dictionary instead all dictionary.
access_token, expires_in = refresh_authorization(oauth2_info['client_id'], oauth2_info['client_secret'], oauth2_info['refresh_token'])
instead of
access_token, expires_in = refresh_authorization(**oauth2_info)
Hi, I have a problem when try login via oauth2