-
Notifications
You must be signed in to change notification settings - Fork 247
Completing verification process via API? #198
Comments
+1 |
In our TODO list, |
Hi guys, any update with this? |
+1 |
* Add verify API support (#198) * Remove unreachable code
Have you tried export after login with verification? client.Account is nil, I get 'nil pointer exception' on Export. |
Do you have any progress on it? |
Any updates on this? The current implementation is not working |
These are the requests to verify a challenge, hope it helps. |
Thanks but take care of your credentials secrets and tokens. |
problem is in example: |
This is still not working, any advice? |
@dmateus Did you try this pull request? |
You have to pass the challenge, I recommend you try this example |
From time to time..A challenge URL is returned (checkpoint_challenge_required) when attempting to login. When you hit the challenge URL.. a verification code is sent to the user's email or phone number.
Is there functionality around submitting that verification code sent to the email/phone number via the API? Can we resolve the challenge via API? It is possible in this API https://github.com/dilame/instagram-private-api/blob/master/client/v1/web/challenge.js
The text was updated successfully, but these errors were encountered: