laravel-instagram maintained by makeabledk
Description
Fetch user data from an instagram account
Author
Last update
2017/12/09 10:46
(dev-master)
License
Downloads
30
Fetches Instagram data based on oAuth
Example on use
$instagram = InstagramUser::find(
// Provide access token
);
$instagram->getFollowers();