tkf / instagram-api-helper
A Helper for the Instagram API
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:craft-plugin
This package is not auto-updated.
Last update: 2025-03-20 16:52:38 UTC
README
A Helper for the Instagram API
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require tkf/instagram-api-helper
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Instagram API Helper.
Instagram API Helper Overview
This plugins mirrors the endpoints accessible in sandbox-mode from the instagram-API to your server and keeps your API Keys secure. It also caches the responses so you don't hit the polling Limit.
Configuring Instagram API Helper
- Insert your Instagram API Token
- Enter your Instagram User Id
- Define the path prefix (Defaults to /api)
Endpoints
/me.json => user information
/media.json => get recent media
Instagram API Helper Roadmap
map response to twig
Brought to you by Jan Thoma