adiv-phpian / instagram-private-api-laravel

Instagram private API in laravel application
8 stars 1 forks source link

Get Likers for Media Post #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, @muthu-kc

Do you know how to get likers for certain media post using @liamcottle's private api?

Thanks.

adiv-phpian commented 6 years ago

$instagram_instance->getMediaLikes($media_id);

ghost commented 6 years ago

Wow, dope. Thanks for your quick response. @muthu-kc. I appreciate it. :pray:

When I tried to call that functionality, I get following error message.

"message": "Call to undefined method Instagram\\Instagram::getMediaLikes()",

So I tried to find it in the private api repository(in vendor folder). It seems like there is no getMediaLikes($media_id) function in the repository. Could you let me know what is the issue on my side?

Thanks.

ghost commented 6 years ago

Hi, @muthu-kc

I've created a new API to get the likers for media posts and made a PR to the @liamcottle's repository.

Thanks for your time on this issue.

adiv-phpian commented 6 years ago

Great.