Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug with weibo oauth #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix bug with weibo oauth #2

wants to merge 1 commit into from

Conversation

ZhangQinglian
Copy link

Hi Joe Birch,

FlutterOAuth is an great oauth library but here is something wrong with WeiBo oauth. I have fix the problem and hope you to merge the patch.

thanks
qinglian.zhang

@guldner
Copy link

guldner commented Dec 29, 2017

Similar issue with Microsoft Azure AD v2.0. Token request body has to be x-www-form-urlencoded.
Had to remove the jsonEncode when setting the body in getToken() and set the contentType in the Config to override the default application/json.

@hitherejoe
Copy link
Owner

@guldner I'm going to merge this, curious if this PR fixes the issue that you were encountering?

@hitherejoe
Copy link
Owner

ps thanks @ZhangQinglian :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants