Closed Fuadtag closed 3 years ago
{"message": "rate limited", "status": "fail"}
@Fuadtag do you have same response too?
I have same problems with getMediaCommentsByCode,getMediaLikesByCode HELP PLS
@LuckyKing0307 same issue(
@igorbelikov,@raiym instagram did that we should login for parse contents.If u try open list of like or comments in instagram with out login(i think no one couldn't) :)
@LuckyKing0307 Tried to get data after instagram login but nothing changed 😀
@Fuadtag i think it is not work with getcomments and likes
yes, I understand, but if you try to open comments as anonym for some publication in web version — you get all comments, but in graph api we have error, I think we should modify request headers
@igorbelikov i need list of likes,but comment doesn't not working too
Actually i can get user information but followers and following count are 0.
@LuckyKing0307, I too
can i send code?
require 'vendor/autoload.php'; use Phpfastcache\Helper\Psr16Adapter; $likes = array(); $instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), 'username', 'pass', new Psr16Adapter('Files')); $instagram->login();
$comments = $instagram->getMediaCommentsByCode('BG3Iz-No1IZ', 10);
print_r($comments);
that is working
<?php require 'vendor/autoload.php'; use Phpfastcache\Helper\Psr16Adapter; $likes = array(); $instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), 'username', 'pass', new Psr16Adapter('Files')); $instagram->login();
$comments = $instagram->getMediaLikesByCode('BG3Iz-No1IZ', 10);
print_r($comments);
<?php require 'vendor/autoload.php'; use Phpfastcache\Helper\Psr16Adapter; $likes = array(); $instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), 'user', 'pass', new Psr16Adapter('Files')); $instagram->login(); $comments = $instagram->getMediaLikesByCode('BG3Iz-No1IZ', 10); print_r($comments); that for likes works too
Tried that but still cant get media by code.Error is 'Media with this code does not exist'
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Want to get media or followers of account.But response is 'Something went wrong. Please report issue.'