|
|
|
@ -308,7 +308,7 @@ class InstagramService |
|
|
|
try { |
|
|
|
|
|
|
|
$userList = file("/Users/shixuesen/OneDrive/Pictures/instagram/user.txt"); |
|
|
|
$userList = array_slice($userList, $start, 65); |
|
|
|
$userList = array_slice($userList, $start, 50); |
|
|
|
// $userList = ['1992.ai_'];
|
|
|
|
// print_r($userList);exit;
|
|
|
|
// print_r($userList);
|
|
|
|
@ -577,7 +577,7 @@ class InstagramService |
|
|
|
exit(0); |
|
|
|
} |
|
|
|
|
|
|
|
dump($ig->people->getInfoById('17865689564'));exit; |
|
|
|
dump($ig->people->getInfoById($id));exit; |
|
|
|
$response = $ig->user->getUserFeed('6794713533', null); |
|
|
|
// $response = $ig->story->getUserReelMediaFeed('12801506409');
|
|
|
|
dump($response);exit; |
|
|
|
|