我调用新浪微博授权,打断点拷贝出授权返回的信息,然后用curl调用rest API,https://api.leancloud.cn/1.1/users,报142错误,我调用的方式是:
curl -X POST \
-H "X-LC-Id: XXXXX" \
-H "X-LC-Key: XXXXX" \
-H "Content-Type: application/json" \
-d '{"authData": {"weibo": {"uid": "1455941251","access_token": "2.00bzDLZBUtYGwB2d08313a1cUw46CD","expires_in": "604800"}}}' \
https://api.leancloud.cn/1.1/users
请问哪里调用不对么??
-
创建时间
15年11月25日
-
最后回复
15年11月26日
-
5
回复
-
585
浏览
-
2
用户
-
3
链接