views:

26

answers:

1

hi,

is it possible to show a "share with friends" dialog with the new Facebook Javascript SDK?

i'm using a frame-based application.

in another app this feature looks something like this: alt text

A: 

You would need to use fb:request-form with fb:multi-friend-selector :

<fb:request-form action="http://fbrell.com/echo"
                 method="POST"
                 invite="true"
                 type="Echo Type"
                 content="Echo Content. <fb:req-choice url='http://fbrell.com/echo?choice=echo' label='Echo Label' />">
  <fb:multi-friend-selector showborder="false"
                            bypass="cancel"
                            cols=4
                            actiontext="Echo Action Text"/>
</fb:request-form>

See it in action

serg
no, i added a image to my post.
choise
@choise then you need `fb:request-form` and `fb:multi-friend-selector`: http://fbrell.com/xfbml/fb:server-fbml-multi-friend-selector
serg
yes, thats it. thanks. please can you change your post with this? thanks!
choise
@choise changed
serg