views:

33

answers:

0

How do i get the ID of the users who are already invited, from the facebook API? I want to use it to exclude the user when using

 <fb:multi-friend-selector condensed="true" style="width: 200px;" /> 

I have seen examples using $facebook->api_client functions.Where can i get the facebook api class file for PHP which can make the api_client call?

related questions