当我使用Instagram的共享,然后我怎么能得到的Instagram(当前登录用户)用户名和密码。
$app = new UEApp(self::APP_SECRET, self::APP_SECRET);
$user = new UEUser($this->currentUser->unification_userkey, $this->currentUser->unification_usersecret);
$con = $access_token."@instagram.com/?username=rajneesh49&password=test&@instagram.com";
现在我使用静态密码和用户名,然后它工作正常,但我怎样才能获得当前用户名和密码(要求统一引擎提交)
用户名和密码都被要求统一引擎领域。
我怎样才能得到这个用户名和密码在PHP代码的统一引擎共享。
认证只提供这些信息
Array
(
[access_token] => 4544942713.7da612b.4de7a5a78fba2b27a60dc1749d
[user] => Array
(
[id] => 45434542713
[username] => rajneesh8469
[profile_picture] => https://scontent.cdninstagram.com/t51.2885-19/s150x150/16229522_1877141895853233_7596497588304478208_a
.jpg
[full_name] => Rajneesh
[bio] => Testing website
[website] => http://localhost:3000/
))
但是,只有密码丢失,所以我怎么能得到当前用户的密码。