Download the PHP package bubalubs/craft-instagram-api without Composer
On this page you can find all versions of the php package bubalubs/craft-instagram-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bubalubs/craft-instagram-api
More information about bubalubs/craft-instagram-api
Files in bubalubs/craft-instagram-api
Package craft-instagram-api
Short Description Instagram API Integration for Craft CMS, allowing you to fetch media from Instagram and display it on your website.
License proprietary
Informations about the package craft-instagram-api
Instagram Plugin - Craft CMS
Instagram Integration for Craft CMS, allowing you to fetch media and profile from Instagram and display it on your website via the Instagram API.
Features
- Craft 5 Support!
- No dependencies on third-party libraries
- Authenticate via OAuth 2
- Fetch Instagram Media and Profile Data
- Twig, Javascript and PHP API
- Full caching support with preheating/clearing controls
- Cron job support for refreshing access tokens
- Manual token refreshing from the control panel or CLI
Requirements
This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for "Instagram API". Then press "Install".
With Composer
Open your terminal and run the following commands:
Setup
Step 1
First you need to create an Instagram App. You can do this by visiting the Facebook Developers page. When creating the app select use case Other
, then Comsumer
. and then you will be able to Set Up the Instagram Basic Display.
Add your instagram account to App Roles -> Roles
on your Instagram App settings.
Note: You can find your App ID, App Secret and Valid OAuth Redirect URIs at: Facebook Developers -> App Settings -> Products -> Instagram Basic Display -> Basic Display
Step 2
Add the URI from the from Plugin's Settings to the Valid OAuth Redirect URIs field on your Instagram App settings.
Note: If you are in a development environment, remember to additionally add your live domain to the Valid OAuth Redirect URIs field.
Step 3
Fill in the Plugin Settings your Instagram App ID and Instagram App Secret.
Step 4
After saving your Instagram App ID and Secret, you need to authenticate with Instagram to get an access token. Click the button in the Plugin Settings start the authorization flow with Instagram.
Usage
Javascript API Examples
Get Instagram Media
Endpoint: /actions/instagram-api/api/media
Get Instagram Profile
Endpoint: /actions/instagram-api/api/profile