我尝试使用accounts-ui + facebook从facebook中提取更多数据 但由于某种原因,我无法拉/显示数据 我已经尝试编辑facebook_server.js来拉电子邮件和年龄没有成功,另外尝试添加Meteor.loginWithFacebook功能但仍然没有运气 任何人都可以附上一个如何正确做到的例子吗?
答案 0 :(得分:1)
这个答案可能有所帮助,虽然它使用的是Github服务,而不是Facebook。但流程应该是一样的。
Meteor login with external service: how to get profile information?