如何获得“分享”通过图表发布的内容中的链接?
我正在创建一个应用程序,允许在我作为管理员的页面上发布内容。我使用 https://graph.facebook.com/PAGE_ID/feed 以及 access_token 和其他与内容相关的参数。
它工作正常,但出现在墙上的帖子没有“分享”链接;它只有“评论”和“喜欢”链接。
我如何获得这些帖子以及“分享”链接?
谢谢。
I am creating an application that allows to publish content on a page of which I am administrator. I use the https://graph.facebook.com/PAGE_ID/feed with the access_token and other parameters relating to the content.
It works fine, but the post that appear on the wall hasn't got the "Share" link; it has only the "Comments" and "Like" links.
How do I get on these post also the "Share" link?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法使用 api 对此做任何事情,Facebook 不久前从应用程序中删除了帖子上的共享链接。如果您发布到 ALBUM_ID/photos 或 PAGE_ID/photos,您仍然可以获得共享链接,如果您要发布图片,则可以使用此链接作为替代方法。祝你好运。
You can't do anything about this with the api, facebook removed the share link on posts from applications some time ago. If you post to ALBUM_ID/photos or PAGE_ID/photos you still get the share link, you can use this as an alternative if you are posting pictures. Good luck.