0

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:

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?

Community
  • 1
  • 1
robskrob
  • 2,720
  • 4
  • 31
  • 58
  • 1
    It is no longer possible to fetch a full list of a user's friends via the Graph API. The API now only returns friends who have also authorized your application (usually a vanishingly small proportion). – ceejayoz May 21 '16 at 01:36
  • @ceejayoz can you share what meteor packages you have used to make a server side call to the Graph API? – robskrob May 21 '16 at 02:32
  • 1
    Anything that can make a HTTP request will suffice. – ceejayoz May 21 '16 at 02:37

0 Answers0