Skip to content

Commit

Permalink
1.0.24
Browse files Browse the repository at this point in the history
- iki adımlı doğrulama hatası giderildi
  • Loading branch information
Hasokeyk committed Nov 17, 2021
1 parent 6b89c71 commit 9773ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instagram_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function two_factor_login($code = null, $two_factor_identifier = null){
'adid' => $this->get_adid(),
'guid' => $this->get_guid(),
'device_id' => $this->get_device_id(),
'verification_method' => 6,
'verification_method' => 1,
];
$post_data = ['signed_body' => 'SIGNATURE.'.json_encode($post_data)];

Expand Down

0 comments on commit 9773ec9

Please sign in to comment.