开发者

show "share with friends" dialog with the new Facebook Javascript SDK

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开发者_StackOverflow something like this:

show "share with friends" dialog with the new Facebook Javascript SDK


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜