我无法从超级API获取访问令牌。
当我点击使用uber登录时,我从你的服务器上获得了一个代码 -
然后我将它放入失眠症的标题中
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
但是我没有从我的服务器获得我的令牌回复。
我做错了什么?
感谢
答案 0 :(得分:0)
如果您在URI中提供Uber localhost
,它将尝试连接到自身,而不是回到您的服务器。使用在开放Internet上有效的主机名或IP地址。
答案 1 :(得分:0)