无法使用Uber api

时间:2017-04-25 14:03:49

标签: swift uber-api

我收到此错误=" unsupported_grant_type"在授权的第3步,但是我尝试使用uber api登录时成功登录facebook。我正在开发一个快速的应用程序,我需要使用uber api预订出租车,需要访问令牌。

    let postBody = [
        "client_secret": "\(uber_client_secret)",
        "client_id": "\(uber_client_id)",
        "grant_type": "authorization_code",
        "redirect_uri": "\(uber_redirect_uri)",
        "code": "\(code)",
        "scope": "profile"

    ]

让urlString =" https://login.uber.com/oauth/v2/token" 我做错了什么?

0 个答案:

没有答案