Instagram API and Zend/Loader.php
- by Jaemin Kim
I want to use Instagram API and I found this code.
<html>
<head></head>
<body>
<h1>Popular on Instagram</h1>
<?php
// load Zend classes
require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Http_Client');
// define consumer key and secret
// available from Instagram…