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.
我想使用 FQL 获取我朋友的电子邮件,所以我将权限“proxied_email”传递给 Facebook SDK。它在 FB 对话框中显示错误:
"Invalid parameter. Error message: Unsupported scrop: "proxied_email". I think this is a bug
显然这个链接说我需要权限“proxied_email”
是bug吗???
顺便说一句,我无法收到电子邮件,它总是返回 null。怎么做?
proxied_email不是权限,而是UserFQL 表中的一个字段。这就是您收到错误的原因。
proxied_email
User
您必须请求email获得该电子邮件的许可。
email
以下是获取方法email:
SELECT email FROM user WHERE uid=USER_ID