Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferdhika31/panada-instagram-library
A Panada Framework PHP Library for interfacing with the Instagram API
https://github.com/ferdhika31/panada-instagram-library
Last synced: 29 days ago
JSON representation
A Panada Framework PHP Library for interfacing with the Instagram API
- Host: GitHub
- URL: https://github.com/ferdhika31/panada-instagram-library
- Owner: ferdhika31
- License: bsd-2-clause
- Created: 2015-03-15T08:54:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T12:37:41.000Z (almost 10 years ago)
- Last Synced: 2024-11-01T01:12:19.887Z (2 months ago)
- Language: PHP
- Homepage: http://dika.web.id
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Panada library to interact with the Instagram API
======Installation
------------Clone the git repository and copy the files to your Panada app.
Configuration
------------1. You will need to set up a new client with Instagram at http://instagram.com/developer/
2. Once this is complete copy the details supplied by Instagram into app/config/instagram_api.php
3. Done.How to use?
------------To use the library add $this->library->instagram_api()->className(); to any class or function in your desired controller.
All Instagram API functions, apart from getPopularMedia(), require an access token which Instagram supplies through OAuth.
To set the access token in the Instagram API class use$this->library->instagram_api()->access_token = YOUR_ACCESS_TOKEN;
after you have loaded the library.
I will release this application soon for download as a reference of how to use some of the functions.Source
-------------Original source from https://github.com/ianckc/CodeIgniter-Instagram-Library
Samples
-------Mass like feed and Hastag, at http://dika.web.id/ig/