how to get the text inputted into a fb:friend-selector

253 Views Asked by At

I want to get the text from an fb:friend-selector even if a friend was not selected, how cna I do this? So for example if someone enters someone who is not a friend, I want to be able to get that data. The form is submitted to my server and not facebook's

1

There are 1 best solutions below

0
On

See: If the user enters a name that does not match any of his friends, idname gets set to an empty string (instead of a uid number) and name gets set to the entered text.

http://wiki.developers.facebook.com/index.php/Fb:friend-selector