uber API からアクセス トークンを取得できません。
uber- でログインをクリックすると、サーバーからコードが返されます。
次に、これを insomnia のヘッダーに入れました。
grant_type:authorization_code (i just type 'authorization_code' here)
code: 0RWlkekK3kXdoKSDlbSuI6HAZHbb0K ( i know this expires after 10 mins but i have tried with different codes )
redirect_uri:http://localhost:3000/auth/uber/callback (the redirect i have on your app)
client_id:my_client_id (whatever it is in manage my app)
client_secret:my_client_secret
しかし、トークンを使用してサーバーから応答がありません。
私は何を間違っていますか?
ありがとう