Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 535 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 535 Bytes

Instagram Downloader (InstaDL)

Setup API

require('lib/instadl.lib.php');
$instadl = new InstaDL();

Setting API Key

$instadl->setApiKey('YOUR_API_KEY');

Get Data

Get JSON result

// get Json result
$instadl->download('YOUR_INSTAGRAM_POST_URL');
echo $instadl->get();

Get Array result

// get Array result
$instadl->download('YOUR_INSTAGRAM_POST_URL');
print_r($instadl->getArray());

How Get Api Key?

Please submit request to Request Key