-
Notifications
You must be signed in to change notification settings - Fork 247
Updated endpoints to v2021 and fix for login issues #353
Comments
I was having this problem where I could not login, but a few days later after that I tried again and it just worked |
@hexakis The reason it stopped and started working is both this lib as well as the official android apk call two endpoints during the login process As far as why the rest does continue to work, it is due to backward compatibility. Quite a few things have changed, however. The main being that they stepped away from conventional cookies and csrf tokens, and put everything in a bunch of separate headers. The endpoints also changed slightly, some are called with different parameters, and some return a different result now |
@Davincible i got this |
@PhantomX7 Ah, yeah we can fix that. Some endpoints have changed their data format, and as I haven't seen all possible responses I have not seen all data type mismatches yet. Could you please open an issue on my fork? I'll have a look. Edit: Nevermind, should be fixed now! Make sure to update the repo with |
The code in this repo is based on a 2yo app version, and since then, quite a lot has changed. From the way insta makes the requests, to the endpoints themselves. This has also caused the occasional login issue. I needed an up-to-date insta API in go for a project, so I've updated everything, and made it public in a fork. Everything should fully work again now.
The text was updated successfully, but these errors were encountered: