You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST https://bgm.tv/oauth/access_token
header额外包含:User-Agent,Authorization
{"client_id":"bgm******","client_secret":"******","grant_type":"refresh_token","redirect_uri":"https://******","refresh_token":"******"}
token为同接口authorization_code获取,token能获取收藏及NSFW内容。
测试了是否包含Authorization,同样报错。
测试了是否包含state字段(获取授权时state未保存,此处填写的0),同样报错。
未测试过期token的情况,是此接口仅能刷新过期token嘛?
请求:
返回:
{"error":"invalid_grant","error_description":"Invalid refresh token"}
The text was updated successfully, but these errors were encountered: