我在我的网站上使用Yahoo OAuth 2.0。在localhost
测试中一切正常,但当我在server
上使用此登录时,我在尝试更换令牌时遇到"Session verification failed"
错误。我使用trik从我的localhost登录,其中包含客户端ID,密码id和服务器应用程序的重定向uri,并且它有效。所以我不知道服务器上发生了什么。
交换令牌参数:
URL: https://api.login.yahoo.com/oauth2/get_token
Method: POST
Header:
User-Agent: *
Content-Type: application/x-www-form-urlencoded
Host: api.login.yahoo.com
Content-Length: *
Request body:
client_id=My_id&client_secret=My_secret&redirect_uri=My_uri&grant_type=authorization_code&code=TheCode