可以通过共享操作链接发布到用户Feed吗? [英] Is it possible to post to a users feed with a share action link?

查看:104
本文介绍了可以通过共享操作链接发布到用户Feed吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到有些时候,我的Feed中有一些共享链接。是否可以发布到用户墙,并附加一个具有共享选项的动作链接,直接在用户资料夹上创建共享对话?这样的东西:

  FB.ui({
method:feed,
name:' someb',
标题:'somecaption',
描述:'some description',
link:'http://www.facebook.com/pages/1234?sk=app_234123123'
图片:'http://www.facebook.com/favicon.ico',
actions:[{
name:'share',
link:'??? ?'
}]
});


解决方案

这是一个未完成的FB问题。

这是FB错误:
https://开发人员.facebook.com / bugs / 164888633588257


I've noticed sometimes there's a share link on some things in my feed. Is it possible to post to a users wall and attach an action link that has a share option that would create a share dialogue directly on the users feed? Something like this:

FB.ui({
    method: "feed",
    name: 'sometitle',
    caption: 'somecaption',
    description: 'some description',
    link: 'http://www.facebook.com/pages/1234?sk=app_234123123',
    picture: 'http://www.facebook.com/favicon.ico',
    actions: [{
        name: 'share',
        link: '????'
        }]
     });

解决方案

This is an outstanding FB issue.

Here's the FB bug: https://developers.facebook.com/bugs/164888633588257

这篇关于可以通过共享操作链接发布到用户Feed吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆