0

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 Answers1

0

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

CodeJoust
  • 3,760
  • 21
  • 23