【发布时间】:2016-07-08 14:28:09
【问题描述】:
我正在尝试获取 Instagram API 数据,例如 cmets、Like 和公共帖子的关注者。我的应用已获得批准,并且具有基本和公共内容等权限,但它在从公共帖子中获取数据时仍显示错误。
stdClass Object
(
[meta] => stdClass Object
(
[error_type] => OAuthPermissionsException
[code] => 400
[error_message] => This client has not been approved to access this resource.
)
)
请帮帮我。在此先感谢。:)
【问题讨论】:
标签: php api instagram-api