Skip to content

Instantly share code, notes, and snippets.

View kwsim539's full-sized avatar

Kenneth Sim kwsim539

View GitHub Profile
@kwsim539
kwsim539 / igram.php
Created February 21, 2016 17:15
PHP class to pull data from the Instagram API and return it as JSON code to parse with JavaScript
<?php
class getIgram
{
//Instagram Vars
private $myInstagramQuery;
private $myCacheFileIn;
private $myCacheCycleIn;
public function pullPosts($myInstagramQuery, $myCacheFileIn, $myCacheCycleIn)