ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.96k stars 613 forks source link

Add way to list posts of user with given id #259

Open Dolidodzik opened 4 years ago

Dolidodzik commented 4 years ago

Please follow the guide below

Which client are you using?

I am using app client.

Describe your Feature Request:

I think it will be nice, to add feature that allows to get all media/posts of user with given id. Something like this: /v7.0/17841405822304914/media?access_token={access-token}. It's now only possible using official facebook api.