diff --git a/src/snapchat.php b/src/snapchat.php index aa7ae40..4206274 100644 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -411,8 +411,11 @@ public function login($password, $force = FALSE) } return $result; - } else { - $this->openAppEvent(); + } + else + { + $this->openAppEvent(); + return $this->device(); } }