在 Instagram API 如何获取 'Private Users' 的基本用户信息?
In the Instagram API how to access basic user information for 'Private Users'?
我真的不明白为什么instagramapi禁止访问'private users'中的信息public(#counts,#username,#profile picture)
这适用于 public 用户,但适用于私人用户 returns:
{ "meta": {
"code":400,
"error_message":"you cannot view this resource",
"error_type":"APINotAllowedError" }
}
求助!
谢谢
他们被称为私人用户,因为他们的信息无法访问,没有办法使用 API 你可以做到这一点。
您只能通过用户名搜索才能看到它们,并且有可能returns您正在搜索的用户。
我真的不明白为什么instagramapi禁止访问'private users'中的信息public(#counts,#username,#profile picture)
这适用于 public 用户,但适用于私人用户 returns:
{ "meta": { "code":400, "error_message":"you cannot view this resource", "error_type":"APINotAllowedError" } }
求助! 谢谢
他们被称为私人用户,因为他们的信息无法访问,没有办法使用 API 你可以做到这一点。
您只能通过用户名搜索才能看到它们,并且有可能returns您正在搜索的用户。