instagram-user-feed icon indicating copy to clipboard operation
instagram-user-feed copied to clipboard

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

Results 52 instagram-user-feed issues
Sort by recently updated
recently updated
newest added

**Version(s) affected**: 6.13 **Description** Instagram\Exception\InstagramFetchException : Profile #2 : Unable to extract JSON data at /app/vendor/pgrimaud/instagram-user-feed/src/Instagram/Transport/HtmlProfileDataFeed.php:64 60| 61| preg_match('/window\.__additionalDataLoaded\([^,]*,(.+)\);/', $html, $matches); 62| 63| if (!isset($matches[1])) { > 64| throw new...

wip

hello how can send a view for post?

support
need-investigations

Hello, First of all I would like to thank all the contributors for their remarkable work on this script, its great! just what I needed. Is there a way to...

enhancement

[media-detailed-by-shortcode.php] (https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/media-detailed-by-shortcode.php) Hi Everyone, I use : $media = new Media(); $media->setShortCode('CIvZJcurJaW'); $mediaDetailed = $api->getMediaDetailedByShortCode($media); print_r($mediaDetailed); --> OK print_r($mediaDetailed->getProfile()); --> Incorrect Result for print_r($mediaDetailed->getProfile()); echo $mediaDetailed->getProfile()->getId(); -> 4018952 ==>OK echo...

need-investigations

**Version(s) affected**: 16 ![image](https://user-images.githubusercontent.com/30724786/187451356-2e22e1d9-99c7-40f3-be21-6b1b56e50f22.png)

need-investigations

I need to get the latest post of a profile and the pinned posts are bothering me, i wish there was a way of detect if a post is pinned...

enhancement

Version ^6.16 I am using ^6.16 of package and few days ago stores and reels was working but now it gives empty array for reels and stories install package in...

need-investigations

Fix "Attempt to read property 'host' on array" error, replace non-existent property "senderaddress" with "fromaddress" | Q | A | ------------- | --- | Branch? | master | Bug fix?...

| Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | yes | Issue? | #322, #332 , #350