Download the PHP package madebyprisma/instagram without Composer
On this page you can find all versions of the php package madebyprisma/instagram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download madebyprisma/instagram
More information about madebyprisma/instagram
Files in madebyprisma/instagram
Download madebyprisma/instagram
More information about madebyprisma/instagram
Files in madebyprisma/instagram
Vendor madebyprisma
Package instagram
Short Description A simple toolkit that allows for one-click CMS integration with Instagram
License AGPL-3.0-only
Package instagram
Short Description A simple toolkit that allows for one-click CMS integration with Instagram
License AGPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package instagram
Instagram Integration for SilverStripe
A simple toolkit that allows for one-click CMS auth for an Instagram account.
Getting Started
- Setup a Facebook app with Instagram Basic Display See Facebook Docs
- Setup Notes:
- The CMS integration only works with https, however manually generated test tokens work locally.
- Valid OAuth Redirect URIs should direct to
https://{your-domain}/prisma.instagram/authorize
- Deauthorize Callback URL should direct to
https://{your-domain}/prisma.instagram/deauthorize
- Data Deletion Request Callback URL should direct to
https://{your-domain}/prisma.instagram/delete_data
-
Assign your app keys:
- You or the client can then link an Instagram account by clicking on Link Account inside of Admin > Settings > Instagram
Reference
class Prisma\Instagram
- static function getMedia(int $limit = 5) ArrayList\<Post>
DataObjet Post
- InstagramID: Int - ID of the Post
- Type:
"IMAGE"
"VIDEO"
"CAROUSEL_ALBUM"
- Media type, if this post is a child, then it will only be"IMAGE"
or"VIDEO"
- ISOTimestamp: String - ISO8601 timestamp of the post
- URL: String - The URL to the post media
- ThumbnailURL: String - The URL to the post thumbnail, only available for
"VIDEO"
- Caption: String? - Caption on the post, may be empty
- Children: ArrayList\<Post>? - The posts children, only valid if Type is
"CAROUSEL_ALBUM"
- PermaLink: String - The permalink to the post
All versions of instagram with dependencies
PHP Build Version
Package Version
No informations.
The package madebyprisma/instagram contains the following files
Loading the files please wait ....