hitherejoe / FlutterOAuth

A Flutter OAuth package for performing user authentication for your apps.
Other
178 stars 56 forks source link

fix bug with weibo oauth #2

Open ZhangQinglian opened 6 years ago

ZhangQinglian commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

hitherejoe commented 6 years ago

ps thanks @ZhangQinglian :)