PHP insights, tips and tricks

Create your own Instagram app with PHP

Register your application Instagram to get your OAuth credentials.
Make sure to set your callback URL as a web address that is accessible anywhere from tje Internet, something like http://yourdoma.in/callback.php
Download the latest version of the code in zip or tar.gz format.
Unpack the code and modify the credentials stored in the $config variable of example.php to the [...]