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

instagram-user-feed uses query_hash for getting for example media or user followers - what is the method we can find out where is that query_hash get from? It would be helpful...

enhancement

** Version(s) affected: ^7.0.0 **Description** when i do getProfile($userName) it return Error:Syntax error ![profile](https://github.com/pgrimaud/instagram-user-feed/assets/102371084/665f6e39-1702-4ee9-b865-a032d48cc500)

need-investigations

| Q | A | ------------- | --- | Branch? | master | Bug fix? | yes/no | New feature? | yes/no | Issue? | Fix #... (prefix each issue...

**Version(s) affected**: 6.16.4 **Description** Followers are no longer output because the endcursor is null: object(Instagram\Model\FollowerFeed)#7 (4) { ["count":"Instagram\Model\FollowerFeed":private]=> int(957) ["hasNextPage":"Instagram\Model\FollowerFeed":private]=> bool(false) ["endCursor":"Instagram\Model\FollowerFeed":private]=> NULL ["users":"Instagram\Model\FollowerFeed":private]=> array(0) { } } Fatal error:...

need-investigations

**Version(s) affected**: 7.0 **Description** `Instagram\Model\Media::toArray()` specifies wrong property name: `'shortcode' => $this->shortCode` This produces an error: Deprecated function: Creation of dynamic property Instagram\Model\Media::$shortcode is deprecated **How to reproduce** Serialize/unserialize an...

need-investigations

**Version(s) affected**: 8.2 **Description** I am using your package and example given in reels.php but I am not sure about how do I get user id. Because I have a...

support
need-investigations

**Version(s) affected**: 7.0.0 **Description** After several requests (login via cookie sessionid and then getting profile information) including sleep time between the ~20 requests I do in an hour, I get...

support
need-investigations

Both methods to login with cookies (manual or from cache) stopped working. After using the either one it gets` "Please login with instagram credentials"` error now. Login with credentials works...

**Version(s) affected**: 6.16.4 **Description** property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given {"userId":1,"exception":"[object] (TypeError(code: 0): property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given at...

need-investigations

**Version(s) affected**: 6.16.4 **Description** I use this package but when I use login with username and password., when I try to login that time my Instagram account get notification of...

need-investigations