views:

48

answers:

1

It's a hard topic to google, brute-forcing it will be the next step if I can't get an answer here ;-)

I want the lists that users can create; something like this in PHP with some other API :

$facebook->api_client->friends_getLists();

I've tried to "metadata=1" /me/friends, but I can't seem to be retrieving any leads...

Anyone?

A: 

Did you look into FQL? Looks like you can get this info from friendlist table (but it only works for currently logged in user).

serg
Morten Bergfall

related questions