postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.07k stars 800 forks source link

Align return of getFollowing() with getFollowers() #1115

Closed christofkaelin closed 1 year ago

christofkaelin commented 1 year ago

getFollowers() returns an array only consisting of the accounts while getFollowing() additionally returns hasNextPage and nextPage. This is irritating, thus the return array of getFollowing() has been adapted.

raiym commented 1 year ago

@christofkaelin thanks for contribution