Invite friends from facebook on my application using facebook api
- by Seema
Hello all,
I create a application which allow user integration through facebook(connect with facebook).when user sign-in in application , i want to show all facebook friends of sign-in user for invite them to join my application.
In current i am using multi friend selector for invite friends.
<fb:serverfbml width="615">
<script type="text/fbml">
<fb:request-form action="action url"
method="POST"
invite="true"
type="invite"
content=" my message">
<fb:multi-friend-selector showborder="true"
bypass="cancel"
cols=3
email_invite="false"
import_external_friends="false"
actiontext="Invite your friend from facebook"/>
</fb:request-form>
</script>
</fb:serverfbml>
I want to customize mult friend selector
1 Can change css and show all friend in a single column?
2 can i show disable the friends whose are already connect with my application?
please give your suggestion or if any other option for this.
Thanks