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?
Asked
Active
Viewed 294 times
1 Answers
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
-
Yes.But it didn't returned email id. – user3107066 Jan 30 '14 at 11:32