Re: [Rails] koala - how to get users facebook friends

2016-07-18 Thread Colin Law
On 18 July 2016 at 16:52, tom wrote: > hi, im using the koala gem, and i woudl like to display a list of friends, > meaning the friend of the user being displayed. > ->> /user/:id/friends > > this give me only an empty array > friends = @graph.get_connections("me",

Re: [Rails] koala - how to get users facebook friends

2016-07-18 Thread tom
that's what I'm not clear about. what reference do I have to pass instead of 'me'? I got the oath working and users can login via fb, but not sure what to pass here...what am I missing? thx On Jul 18, 2016 11:59 AM, "Colin Law" wrote: > On 18 July 2016 at 16:52, tom

[Rails] koala - how to get users facebook friends

2016-07-18 Thread tom
hi, im using the koala gem, and i woudl like to display a list of friends, meaning the friend of the user being displayed. ->> /user/:id/friends this give me only an empty array friends = @graph.get_connections("me", "friends", api_version: 'v2.0') not sure...pls help thx -- You received