vendredi 4 septembre 2015

It is not able to get even 'birthday' by using the FacebookProvider. Laravel 5.0

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