NicklasWallgren
NicklasWallgren
Hey, you won't be able to bypass 2fa, but it's fully possible to add 2fa support by implementing the `accounts/two_factor_login/` api endpoint. I don't have time to implement support for...
Hey, You can get hold of the 2fa identifier from the response of the `accounts/login/` api endpoint. The response includes `two_factor_required` as well as `two_factor_info` which contains the `two_factor_identifier`
Hey, The identifier is present in the raw json response, but is not specified in the `SessionResponse` class. You'll need to extend the class with new fields. You can get...
Have you managed to get it working?
Hey, I'll look into adding support for 2fa tomorrow.
@xsinisa Thanks, feel free to open a PR. https://github.com/NicklasWallgren/instagram-api/pulls
@noxzemart Hey, you can only access threads which is currently in your inbox, as far as I know.
Alright, you'll need to create a new thread using one of the `direct_v2/threads/broadcast` api endpoints, and send the user ids as "recipient_users". I haven't implemented support for those endpoints yet.
Hey, thanks for the contribution. I won't be able to merge this, since it isn't compatible with the latest version.
That particular error occurs when you send blank authinfo. Did you authenticate properly?