Hi
We are using functionapi.media_likers but we can't make no pagination and also when we use function below to get limited number of likers it returns 999 likers
api.media_likers(media_id='****',count=20)
also there is no resource for how to use end_cursor in this function
media_likers(media_id='1855096232672598907',count=20,end_cursor=30)
How can we make pagination on likers?
Paste the output of python -V here: Python 3.7.3
Code:
api = Client(user_name, password)
api.media_likers(media_id='****',count=20,end_cursor=30)
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (==> [x] no spaces).Before submitting an issue, make sure you have:
Which client are you using?
instagram_private_api/
)instagram_web_api/
)Describe your Question/Issue:
Hi We are using function
api.media_likers
but we can't make no pagination and also when we use function below to get limited number of likers it returns 999 likersapi.media_likers(media_id='****',count=20)
also there is no resource for how to use end_cursor in this functionmedia_likers(media_id='1855096232672598907',count=20,end_cursor=30)
How can we make pagination on likers?Paste the output of
python -V
here: Python 3.7.3Code: