Merge pull request #1120 from dokime7/patch-10

Fix oauth2 renew token
This commit is contained in:
mdipierro
2015-12-07 19:58:24 -06:00
@@ -164,7 +164,7 @@ server for requests. It can be used for the optional"scope" parameters for Face
code=code,
grant_type='authorization_code'
)
if refresh_token:
elif refresh_token:
data.update(
refresh_token=refresh_token,
grant_type='refresh_token'