Answer the question
In order to leave comments, you need to log in
How to make mgp25/Instagram-API instagram code resubmit?
Trying to request the code as the first time with saved data, but the error "this field is required" is displayed
$ig = new Instagram();
$challengePath = 'challenge/' . $iUserId . '/' . $nonceCode . '/';
$choiceType = 0; // телефон - 0 , email - 1
$ig->changeUser($login, $password);
$response = $ig->request($challengePath)
->setNeedsAuth(false)
->addPost("choice", $choiceType)
->getDecodedResponse();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question