Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer
no, i added a image to my post. – choise Aug 23 '10 at 9:16
@choise then you need fb:request-form and fb:multi-friend-selector: fbrell.com/xfbml/fb:server-fbml-multi-friend-selector – serg Aug 23 '10 at 15:15
yes, thats it. thanks. please can you change your post with this? thanks! – choise Aug 25 '10 at 10:53
@choise changed – serg Aug 25 '10 at 15:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.