Google OAuth2: Required parameter is missing: grant_type

后端 未结 2 1863
我寻月下人不归
我寻月下人不归 2020-12-20 21:04

I have tried just about everything, read every StackOverflow post on this issue but I still can\'t get it to work. Interestingly enough, I am able to get 200 OK

2条回答
  •  庸人自扰
    2020-12-20 21:19

    Check the request Encoding.

    in my case i was sending .json and was .url

    Using Alamofire 3.0

提交回复
热议问题