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:
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:
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>