访问用户post微博报错20112
Weibo error 20112 when attempting to access a user's post
我正在尝试通过 2/statuses/show 获取用户的微博 post。我可以通过自己的帐户获得 posts,但是当我尝试获得另一个用户的 post 时,出现错误:
{"error":"Permission Denied!","error_code":20112,"request":"/2/statuses/show.json"}
Weibo docs 说(通过 google 翻译):
20112: As the author privacy settings, you do not have permission to view this microblogging
这是否意味着 post 的作者需要更新他们的权限以允许开发者帐户访问?
我正在尝试通过 2/statuses/show 获取用户的微博 post。我可以通过自己的帐户获得 posts,但是当我尝试获得另一个用户的 post 时,出现错误:
{"error":"Permission Denied!","error_code":20112,"request":"/2/statuses/show.json"}
Weibo docs 说(通过 google 翻译):
20112: As the author privacy settings, you do not have permission to view this microblogging
这是否意味着 post 的作者需要更新他们的权限以允许开发者帐户访问?