Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经成功地将我的 fos facebook 包与我的 symfony2 应用程序集成在一起。但是结果数据中没有电子邮件地址。是否可以使用 fos facebook 包获取登录人的电子邮件地址?
你设置权限了吗?
fos_facebook: alias: facebook app_id: xxxxxxxxxxx secret: xxxxxxxxxxx cookie: true permissions: [email, user_hometown, user_location]