views:

689

answers:

2

hi,
After authenticating the user i need to get the users friends list
I got the user name and photo by below code

<'fb:profile-pic uid='loggedinuser' facebook-logo='true'><'fb:profile-pic>

"Welcome, <'fb:name uid='loggedinuser' useyou='false'><'/fb:name>.

I need to display friends list here
,Please suggests how to do this with uid attribute in hand .

A: 

i also need this please help us...

Mehedi Hasan
A: 

it's impossible doing this using only [x]fbml due there is no such feature
so you have to use JS FB.ApiClient.friends_get and then display the retrieved friends

ps: why this topic was at main page???? didn't even look at post date :-S

zerkms