-
Hello., I get this error while trying to run hyperloop.php
```
PHP Fatal error: Uncaught InstagramAPI\Exception\InternalException: You must have the "curl" PHP extension to use the Instagram API …
-
- Installing mgp25/instagram-php (v5.0.0): Downloading (failed) Failed to download mgp25/instagram-php from dist: The "https://api.github.com/repos/mgp25/Instagram-API/zipball/e3e07ec11ef5883ad6c02…
-
ChatGPT advice:
Given your background as a developer with a preference for JavaScript, the best option for integrating Instagram with a WordPress site might be to use Instagram's Graph API directly. …
-
Hey,
I was trying to use your plugin, but Im having trouble to activate it in my site.
Here the error I get.
Plugin could not be activated because it triggered a fatal error.
Fatal error: …
-
-
Help!
It seems the 'Kirbygram Dev API' stopped working: trying to setup kirbygram by visiting the API page (and entering Instagram credentials) produces the following JSON:
```
{"code": 403, "error_…
-
your instructions fail to mention that you need to require 'vendor/autoload.php'; in order to find the classes.
Your test code fails because there is no 'code' being returned.
How do I get any part…
-
Hello, my goal is to get URLs of photos of a given hashtag, with username and like counts.
Here is what I am doing:
`
-
Now that `wpcom_json_api_request_as_blog` contains an abstraction to call the WP.com API directly when running on WP.com we no longer need to add `IS_WPCOM` conditionals before calling `wpcom_json_api…
-
**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); …