adair-creative / instagram
This package is abandoned and no longer maintained.
The author suggests using the madebyprisma/instagram package instead.
There is no license information available for the latest version (dev-master) of this package.
A simple toolkit that allows for one-click CMS auth for an Instagram account
dev-master
2019-05-24 14:27 UTC
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(); }