shobhit99 / InstagramAPI

Fetch Instagram Profile and Post data using Php in JSON
1 stars 0 forks source link

InstagramAPI

Usage

Get Profile Data

profile("username");

Get Post Data

post("shortcode");

Example

<?php
include 'instagram.php';
echo profile("9gag");
?>
<?php
include 'instagram.php';
echo post("BzRIu3_lsev");
?>

Profile