adair-creative / instagram
A simple toolkit that allows for one-click CMS auth for an Instagram account
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/adair-creative/instagram
This package is auto-updated.
Last update: 2021-01-14 19:39:25 UTC
README
composer install adair-creative/instagram
A simple toolkit that allows for one-click CMS auth for an Instagram account
How To Use
CMS
Go to admin/settings
and click Log in to Instagram
Code
Required Config:
AdairCreative\Instagram: client_secret: <CLIENT SECRET> client_id: <CLIENT ID>
Get Media
public function getImages() { return Instagram::getUserMedia(); }