0

I have successfully integrated my fos facebook bundle with my symfony2 application.But no email address in the resulting data.Is it possible to get email address of the logged in person using fos facebook bundle?

user3107066
  • 97
  • 1
  • 10

1 Answers1

0

Have you setted the permission?

 fos_facebook:
     alias:  facebook
     app_id: xxxxxxxxxxx
     secret: xxxxxxxxxxx
     cookie: true
     permissions: [email, user_hometown, user_location]
erlangb
  • 521
  • 6
  • 13