Private
Public Access
1
0

fix token refresh bug

This commit is contained in:
Sander Roosendaal
2018-07-08 21:13:34 +02:00
parent 5b42e13ba0
commit a3c6d72d0b
2 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ oauth_data = {
'autorization_uri': "https://www.runkeeper.com/opps/authorize",
'content_type': 'application/x-www-form-urlencoded',
'tokenname': 'runkeepertoken',
'refreshtokenname': None,
'expirydatename': None,
'bearer_auth': True,
'base_url': "https://runkeeper.com/apps/token",
}