How to get a profile picture from fb:friends selector
Posted
by malshan
on Stack Overflow
See other posts from Stack Overflow
or by malshan
Published on 2010-06-08T18:35:30Z
Indexed on
2010/06/08
18:52 UTC
Read the original article
Hit count: 153
facebook-application
Im a Newbie to PHP and FBML(Facebook Markup Language).....so now im coding a Facebook app so I need to get profile picture and friend name when I select a name from FB:Friend Selector
Select a Friend <fb:friend-selector uid="exclude_ids" name="pal" idname="friend_sel" />
I use exclude_ids to see all friends in my selector so how to get profile picture? I can get name from this but how to get the profile pic large?
© Stack Overflow or respective owner