【发布时间】:2018-01-23 13:38:47
【问题描述】:
$ curl -X POST -H "X-Auth-Token: FB_AUTH_TOKEN" \ -H "Content-type: application/json" \ -H "User-agent: Tinder/7.5.3 (iPhone; iOS 10.3.2; Scale/2.00)" \ https://api.gotinder.com/auth% Total % Received % Xferd 平均速度 时间 时间 时间 当前 下载上传总花费剩余速度 100 69 100 69 0 0 105 0 --:--:-- --:--:-- --:--:-- 105{"code":400,"error":"Missing authToken#NO_FB_TOKEN" ,"error_no":40001}
这是否意味着我使用了不正确的 Facebook 身份验证令牌?我遵循此 REST API 中的规范:https://github.com/fbessez/Tinder
【问题讨论】: