gpt4 book ai didi

php - 我怎样才能在 laravel 中获得社交名媛的原始头像?

转载 作者:行者123 更新时间:2023-12-02 01:04:07 26 4
gpt4 key购买 nike

我在 laravel 5.6 中与社交名流一起工作

有了这个

$social_user = Socialite::driver($provider)->user();

dd($social_user)

结果:

User {#799 ▼
+token: "517439085-SQzlrx8Op"
+tokenSecret: "8KnMz1K5WQ9lpg"
+id: "5176085"
+nickname: "test"
+name: "test"
+email: "test@outlook.com"
+avatar: "http://pbs.twimg.com/profilermal.jpeg"
+user: array:40 [▶]
+"avatar_original": "http://pbs.twimg.com/profileyxeYC5.jpeg"
}

我可以得到姓名、ID 和...

 $social_user->getName();
$social_user->getAvatar();
$social_user->getId();

但是我怎样才能得到avatar_original呢?

最佳答案

avatar and other properties are public ,您可以使用标准语法访问它们:

$social_user->avatar;

关于php - 我怎样才能在 laravel 中获得社交名媛的原始头像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48750941/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com