0

I have been trying to get user details from facebook login using socialite but only getting name and id it worked in my old facebook app(api 2.0) it has changed from v2.4 we need to manually specify fields but how we do in laravel socialite any idea?

sanu
  • 1,048
  • 3
  • 14
  • 28
  • Possible duplicate of [Facebook JS SDK's FB.api('/me') method doesn't return the fields i expect in Graph API v2.4+](http://stackoverflow.com/questions/32584850/facebook-js-sdks-fb-api-me-method-doesnt-return-the-fields-i-expect-in-gra) – CBroe Oct 18 '15 at 01:08

1 Answers1

0

Yes just solved it by updating FacebookProvider.php https://github.com/laravel/socialite/blob/2.0/src/Two/FacebookProvider.php

sanu
  • 1,048
  • 3
  • 14
  • 28