Log in to facebook in Laravel 5.0, we would want to get information. Basic information you could get, can not be acquired only birthday.
AuthController.php
$socialite = Socialize::with('facebook')->scopes(['gender', 'birthday', 'locale']);
$userData = $socialite->user();
Log::info($userData['birthday']); // NG code
only birthday can not be acquired why.
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1KuYwI6
via IFTTT
Aucun commentaire:
Enregistrer un commentaire