Skip to content

Followers

Hasan Yüksektepe edited this page Oct 9, 2022 · 4 revisions

After a successful login

Get My Followers

$instagram->user->get_my_followers();

Get Other User Followers

  1. Param : Username
$instagram->user->get_user_followers('hasokeyk');

Unfollow Me

  1. Param : Username
$instagram->user->unfollow_me('hasokeyk');
Clone this wiki locally