Instagram已关闭一些API访问。我无法使用API访问关注者列表。我试图使用url访问关注者列表。没用。
我的代码:
$http.get('https://www.instagram.com/hakanhyemez/followers').then(function (response) {
$scope.html = response.data;
});
运行时网址:
请求网址: https://www.instagram.com/accounts/login/?next=/hakanhyemez/followers/
我实际上登录了instagram。因此,我无法访问列表。我该如何访问?有办法吗?