Invite friends from facebook on my application using facebook api
Posted
by
Seema
on Stack Overflow
See other posts from Stack Overflow
or by Seema
Published on 2010-10-12T09:08:59Z
Indexed on
2010/12/24
12:54 UTC
Read the original article
Hit count: 330
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
© Stack Overflow or respective owner