dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.93k stars 1.14k forks source link

Instagram checkpoint required #469

Closed mndsalim closed 5 years ago

mndsalim commented 6 years ago

Hi All {"status":"fail","type":"login","message":"checkpoint_required"} How I can solve this issue

pasevin commented 6 years ago

Make sure you have the latest version of this library installed from the git repo, instead of the npm. "checkpoint_required" has been replaced with "challenge_required" in the new updates.

mndsalim commented 6 years ago

pls can some one help me to install the new library

jchacks commented 6 years ago

Change dir to where you want to install: cd /path/to/install

Clone the repo: git clone https://github.com/huttarichard/instagram-private-api.git

NPM install: npm install .

Personally I add it to a libs folder in my projects as I make alterations to the source and then just require the path to the repo e.g. const Client = require('./lib/instagram-private-api').V1;

pasevin commented 6 years ago

Or just edit your package.json file:

...
"dependencies": {
...
"instagram-private-api": "github:huttarichard/instagram-private-api",
...
}
...

and then: $ npm install

mndsalim commented 6 years ago

hi all I'm beginner please help step by step in this issue , what can I do after downloading this new lib files, in which folder should I save it and need a new project folder or not?

SashaDesigN commented 6 years ago

you need to read more about nodeJS packages management, just google it and after few mins you will back here and message what that was easy)

kanha59 commented 6 years ago

hi all can you explain how can i get private key in Instagram apk , i get try Decompile android apk but confuse how to get private key And ssl pinning bypass..............?

TheNewAggregator commented 2 years ago

Hello everybody,

I'm having a lot of checkpoint problems lately.

If someone has a solution to this, please email me:

My gmail is danielpaixaodp2021@gmail.com

Did you ( @pasevin , @SashaDesigN , @jchacks , @mndsalim , @kanha59 ) have this kind of problem and fix it?