如何从URL获取带有角度的Instagram关注者列表?

时间:2018-07-08 12:36:51

标签: angularjs api instagram-api

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。因此,我无法访问列表。我该如何访问?有办法吗?

0 个答案:

没有答案