Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Completing verification process via API? #198

Closed
shahzilabid opened this issue Jan 22, 2019 · 16 comments
Closed

Completing verification process via API? #198

shahzilabid opened this issue Jan 22, 2019 · 16 comments

Comments

@shahzilabid
Copy link

shahzilabid commented Jan 22, 2019

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

@Wulfheart
Copy link

+1

@ahmdrz
Copy link
Owner

ahmdrz commented May 19, 2019

In our TODO list, checkpoint_challenge_required problem has a high priority. I will try to implement it ASAP. Thank you @shahzilabid.

@danijel-bjelancevic
Copy link
Contributor

Hi guys, any update with this?

@xi4
Copy link

xi4 commented Sep 8, 2019

+1

@ahmdrz ahmdrz pinned this issue Sep 11, 2019
ahmdrz pushed a commit that referenced this issue Oct 16, 2019
* Add verify API support (#198)

* Remove unreachable code
@ahmdrz
Copy link
Owner

ahmdrz commented Oct 16, 2019

Added on #277, Thanks to @Nyarum. Please test it if you can.

@kopaygorodsky
Copy link

Have you tried export after login with verification? client.Account is nil, I get 'nil pointer exception' on Export.

@kopaygorodsky
Copy link

Do you have any progress on it?

@dmateus
Copy link

dmateus commented Jan 13, 2020

Any updates on this? The current implementation is not working

@alidhkh
Copy link

alidhkh commented Feb 12, 2020

instagram_challenge.txt

These are the requests to verify a challenge, hope it helps.

@ahmdrz
Copy link
Owner

ahmdrz commented Feb 12, 2020

Thanks but take care of your credentials secrets and tokens.

@obalunenko
Copy link
Contributor

obalunenko commented Mar 7, 2020

problem is in example:
after challenge completed - it is needed to assign to root goinsta.Instagram.Account goinsta.Challenge.LooggedInUser Account

@obalunenko
Copy link
Contributor

Fixed nil pointer panic in verification example.
#302
Could you please review @ahmdrz ?

@dmateus
Copy link

dmateus commented Jun 6, 2020

This is still not working, any advice?

@ahmdrz
Copy link
Owner

ahmdrz commented Jun 11, 2020

@dmateus Did you try this pull request?

@ahmdrz
Copy link
Owner

ahmdrz commented Jun 11, 2020

#309

@felipeinf
Copy link
Collaborator

You have to pass the challenge, I recommend you try this example
https://github.com/ahmdrz/goinsta/blob/master/examples/verification/main.go

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants