added headers key to oauth_settings
This commit is contained in:
@@ -12,13 +12,14 @@ oauth_data = {
|
||||
'client_id': RUNKEEPER_CLIENT_ID,
|
||||
'client_secret': RUNKEEPER_CLIENT_SECRET,
|
||||
'redirect_uri': RUNKEEPER_REDIRECT_URI,
|
||||
'autorization_uri': "https://www.runkeeper.com/opps/authorize",
|
||||
'autorization_uri': "https://www.runkeeper.com/apps/authorize",
|
||||
'content_type': 'application/x-www-form-urlencoded',
|
||||
'tokenname': 'runkeepertoken',
|
||||
'refreshtokenname': None,
|
||||
'expirydatename': None,
|
||||
'bearer_auth': True,
|
||||
'base_url': "https://runkeeper.com/apps/token",
|
||||
'headers': {'user-agent': 'sanderroosendaal'}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user