On the server side of my meteor application, I am trying to request a list of a user's FB friends, but I am struggling to find any resources on how to do this. I've found the following resources online and see that there is no standard way to do this:
- Fetching Facebook Friends List with Meteor
- http://www.andrehonsberg.com/article/facebook-graph-api-meteor-js
- Meteor: Facebook basic API call error: access token
- Meteor how to get access to Facebook Graph Api for both Server and Client side
Can anyone provide an example of client and server side js code in Meteor working together to achieve this goal of getting a list of a user's facebook friends?