In my app I have already asked for extended permission to obtain the email address of all my Facebook Application Users. Now... how can I obtain all these emails to advice purpose? I ve tried this but with no success:
select email from user WHERE is_app_user=1
我得出以下错误:
Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://developers.facebook.com/docs/reference/fql
登上网站,我的理解是,它有责任在你的服务器或其他地方节省邮件地址。 是否正确? 是否有工作?