Open ZhangQinglian opened 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.
@guldner I'm going to merge this, curious if this PR fixes the issue that you were encountering?
ps thanks @ZhangQinglian :)
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