将公司徽标添加到新闻源共享链接
我有一个原生的iOS& 黑莓应用程序。您可以创建个性化视频。
当人们在Facebook上分享他们的视频剪辑时,我希望公司徽标和随附的链接能够进入我们的网站(而不是 FB 应用程序页面)。
Instagram、黑莓和Twitter都做到了这一点。
例如,当有人上传 Instagram 照片时 - 它具有 Instagram 徽标,并在上传的下方包含指向其网站的链接。
你知道我该怎么做吗?任何帮助将不胜感激。
谢谢
I have a native iOS & Blackberry App. You can create personalized videos.
When people share their video clip on Facebook, I would like the company logo and the accompanying link to go through to our website (not FB App page).
Instagram, Blackberry and Twitter all do this.
For e.g. when someone uploads an Instagram photo - it has the Instagram logo, with link to their website underneath the upload.
Do you know how I can do this? Any help would be greatly appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您的Facebook应用程序需要向用户请求manage_feed权限。一旦您拥有了manage_feed,您就可以使用Graph API 对帖子进行http POST,将流项目放入其提要中。请参阅https://developers.facebook.com/docs/reference/api/post/< /a> 了解更多信息。
First your Facebook app will need to request manage_feed permissions from the user. Once you have manage_feed, you can http POST the posting using the Graph API to put the stream item into their feed. See https://developers.facebook.com/docs/reference/api/post/ for further info.