I
I
Ilkhomjon Matazimov2019-12-25 14:35:56
API
Ilkhomjon Matazimov, 2019-12-25 14:35:56

How to like a photo using instagram api?

You need to like the photo on instagram, through the instagram api.
Link example: https://www.instagram.com/p/B6PpcoQlERi/
How to implement it? Help me please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daria Motorina, 2019-12-25
@glaphire

There are no endpoints for adding likes in the documentation (and cheating likes would then be elementary). The most obvious way is to emulate user actions (eg through Selenium WebDriver ) - write a script to open a link in a browser and click on a like in php or python. Perhaps you will be banned for cheating, but this is a separate problem.

W
WebSnab, 2020-01-13
@WebSnab

Cheating likes is not a very difficult thing. If you want to emulate an android device - look here . If through web emulation, then the web endpoints are here. . It is clear that before adding likes, you still need to log in correctly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question