{"message":[{"code":"oauth_error","user_msg":"OAuth error: The
request is missing a required parameter, includes an invalid parameter
value, includes a parameter more than once, or is otherwise malformed.
Check the \"response_type\" parameter.","dev_msg":"OAuth error: The
request is missing a required parameter, includes an invalid parameter
value, includes a parameter more than once, or is otherwise malformed.
Check the \"response_type\" parameter."}]}
parameters = {
'client_id' : app.config.get('DELIVERYAPI_CLIENTID'),
'redirect_uri' : 'http://0.0.0.0:8000'
}
r = requests.get('http://api.delivery.com/third_party/authorize/logout', params=parameters)
flash(r.content)
print r.status_code