-
hi there, after running the script, i receive these notices:
Notice: Undefined index: X-Ratelimit-Remaining in C:\xampp\htdocs\sandbox\Instagram-PHP-API-master\Instagram.php on line 633
Notice: Un…
-
How to make the downloader stop when api returns `error 400 ` or `error 429`
-
**Version(s) affected**:
6.16.4
**Description**
Login error
**How to reproduce**
$client = new Client
([
'proxy' =>
[
…
-
hi i have this problem can any body knows how to solve it?
show me this error in must of methods .
thank you.
PHP Fatal error: Uncaught Instagram\Exception\InstagramFetchException: Syntax…
-
When I try to login it gives me
`
/Users/davidmanzano/Desktop/pru_instagram/node_modules/instagram-apis/src/instagramLogin.js:39
throw new myError("Error In Login");
^
…
-
Functionality to share content to Instagram
Content: Text, Files (Audio, Videos, etc)
-
Hi:
I tried to login instagram with hello.js, the issue is that hello.login never direct to api.instagram.com/oauth/authorize first, but to my redirect url which I set in instagram. Here's my code…
-
**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\Followe…
-
# General Question
Read the [Notes](#notes) and fill out the form.
Switch to `Preview` for reading.
## Notes
Your issue will be closed if you violate any rule below.
- You need to include a me…
-
**Version(s) affected**: 6.16.0
I implemented the following code:
```
$cachePool = new FilesystemAdapter('Instagram', 0, config('cache.stores.file.path'));
$api = new Api($cachePool); …