在过去五个月中,我的instagram帐户无法打开。我的其他帐户工作正常。每当我尝试刷新我的Instagram帐户时,它都不会刷新。当我尝试登录浏览器时,它带我到空白页,并说“糟糕,发生了错误” 。enter image description here
答案 0 :(得分:0)
这是一个身份验证问题,帐户需要验证,但您无法在SMS或电子邮件中提供验证码, 通过短信或电子邮件请求验证码
<?php
set_time_limit(0);
date_default_timezone_set('UTC');
require __DIR__.'/../vendor/autoload.php';
use InstagramAPI\Exception\ChallengeRequiredException;
use InstagramAPI\Instagram;
use InstagramAPI\Response\LoginResponse;
//Enter these options
$username = 'username'; // your username
$password = 'password'; //your password
$verification_method = 1; //0 = SMS, 1 = Email
//Leave these
$user_id = '';
$challenge_id = '';
class ExtendedInstagram extends Instagram {
public function changeUser( $username, $password ) {
$this->_setUser( $username, $password );
}
}
$instagram = new ExtendedInstagram();
$loginResponse = $instagram->login( $username, $password );
$user_id = $instagram->account_id;
if ( $loginResponse !== null && $loginResponse->isTwoFactorRequired() ) {
echo '2FA not supported in this example';
exit;
}
if ( $loginResponse instanceof LoginResponse || $loginResponse === null ) {
echo "Not a challenge required exception...\n";
}
echo 'Logged in!';
?>
答案 1 :(得分:0)
[已解决] 登录到我的Instagram帐户时,我遇到的问题与“哎呀,发生错误”相同,我尝试保留密码,卸载并重新安装该应用程序,但遇到相同的问题,我一直在寻求与支持团队联系,我通过电子邮件发送给“嗨, 感谢您与我们联系。在我们提供帮助之前,我们需要您确认您拥有此帐户。 请回复此电子邮件,并附上您自己的照片,其中包含以下代码的手写副本。 (秘密代码) 请确保您发送的照片: -包括上面手写在一张干净的纸上的代码,后跟您的全名和用户名 -包括握住纸的手和整个脸部 -光线充足,并且不要太小,黑暗或模糊 -作为JPEG文件附在您的回复中 请记住,即使此帐户不包含您的任何照片或用于代表某人或其他东西,我们也将无法提供帮助,直到我们收到满足这些要求的照片。 谢谢 Instagram团队
我已向他们发送了必填信息,并在8-12小时内解决了我的问题。.我收到了您的帐户yupieee:D