Skip to content

Commit 49666fb

Browse files
committed
1.0.3b
1 parent 6499e7c commit 49666fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/InstagramAPI.php

+10
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,14 @@ public function getAudioMedia($audio_id, $max_id=null) {
354354
}
355355
return $this->request('instagram/audio/get_media', $payload);
356356
}
357+
358+
/**
359+
* @throws Exceptions\NotFoundException
360+
* @throws Exceptions\BadResponseException
361+
*/
362+
public function getUserAbout($user_id) {
363+
return $this->request('instagram/user/get_about', [
364+
'id' => $user_id,
365+
]);
366+
}
357367
}

0 commit comments

Comments
 (0)