How to perform common FB actions using Meteor?
问题 What are the steps required to perform common Facebook actions in Meteor, using the accounts-facebook package? I'm trying to get a friends list, post on a wall, and eventually perform other actions, but I'm unsure how to proceed. 回答1: Update: Slight modifications for meteor 0.6.0 You need to use an API to help you such as the nodefacebook graph api: https://github.com/criso/fbgraph You would need to make a package. You need to make a directory called /packages and in that a directory called