I'm using facebook api by Koala, I have a problem when I try to get another user's friend list (if I have the permission)
My code is:
@graph = Koala::Facebook::GraphAPI.new(@token)
@friends = @graph.get_connections("another user id", "friends")
|
I'm using facebook api by Koala, I have a problem when I try to get another user's friend list (if I have the permission) My code is:
|
||||
|
|