thelia / instagram-module
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/thelia-modules/Instagram
Type:thelia-module
pkg:composer/thelia/instagram-module
dev-master
2015-05-12 16:32 UTC
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2026-02-15 00:32:52 UTC
README
This module display your photo from your Instagram account. You need to know your Access token from your Instagram account.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is Instagram. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/instagram:~1.0
Usage
In the configuration panel of this module, you can record your Access token, the username and the number of photo to display
How to retrieve my Access Token
- You have to connect to https://instagram.com/developer/ to create your application token.
- Make sure you have un checked the "Disable implicit OAuth" option
- Connect to https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token and paste the token from the new URL : http://your-redirect-uri#access_token=ACESSTOKEN