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
- Instagram ID
- Profile Picture
- Follower count
- Following count
- Biography
- Total posts
- Last 9 Posts
Post
- Likes Count
- Comment Count
- Caption
- Media Link
- Last 10 Comments