Enter your Instagram client id and display the first results.
Then store the next_max_id
which you receive if you call:
$media->pagination->next_max_id;
You'll require this and the tag name later on, if you make your AJAX request.
This file delivers more images via pagination
.
It requires two GET
parameters:
tag
the tag name you used in your original request (index.php file)max_id
next max id
Example call:
http://example.com/ajax.php?tag=kitty&max_id=1340220451361
Copyright (c) 2011-2012 - Programmed by Christian Metz
Released under the BSD License.
fsdfsd