PHP insights, tips and tricks

Instagram API implementation in PHP

Instagram recently released an official API. Initially, they had implementations in Python and Ruby, so I decided to build mine in PHP with a little help from Zend Framework.
In order to use the official API, you have to sign up first for a client key at http://instagr.am/developer/. You will need to register a new client [...]