galinowski
galinowski
If you don't want to modify the source code, you may call login with {_sharedData: false} as an argument: const Instagram = require('instagram-web-api') const client = new Instagram({username, password}) await...
Thanks for the release, FYI I was able to pass the authentication with version 3.04 but not with the latest version
Thanks for the info above, just for future reference, this is what worked for me on Docker: 1. docker container ls 2. docker exec -it ID /bin/bash (where ID is...