melih9779 / get-instagram-images

Instagram resimleri çekme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Resim Çekme

Örnek Kullanım:

$args = array(
    'user_nick' => 'melih.duman',
    'image_type' => 'small',
    'limit' => 1,
    'width' => 350
);
GetInstagramImages($args);

About

Instagram resimleri çekme


Languages

Language:PHP 100.0%