Facebook feed dialog: allow user to select destination page or group

前端 未结 2 1404
我在风中等你
我在风中等你 2021-01-14 18:46

I\'m using a Facebook feed dialog through JavaScript:

var p = {
method: \'feed\',
    name: \'Title\',
    caption: \'Subtitle - 26/02/2013\',
    descriptio         


        
2条回答
  •  时光说笑
    2021-01-14 19:12

    The built-in share dialog included in the JavaScript SDK doesn't include this functionality. You will instead need to create your own dropdown with the options you want and then have the share button underneath. You will then need to find the value of this dropdown and add it to the to parameter of the FB.ui function:

    
    
    
    

提交回复
热议问题