来自应用程序的帖子不会出现在用户的时间线中
由于 Facebook 现在公开了时间轴,因此使用流发布的我的应用程序帖子不会出现在用户的时间轴中,仅出现在动态消息中。我们应该对此做些什么吗?或者关于新的时间轴功能的发布流或提要帖子中是否有任何新内容?
Since Facebook made Timeline now public, the my app post using stream publish does not appear in user's Timeline, only in News Feed. Is there's anything we should do about this or anything new on publish stream or feed post regarding the new Timeline feature ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您的应用程序应该具有 read_stream、publish_stream 和权限(我认为这就足够了)。
您应该向此网址发送 POST 请求 https://graph.facebook.com/PROFILE_ID/feed
您可以在这里阅读更多相关信息:
https://developers.facebook.com/docs/reference/api/post/
Your application should have read_stream publish_stream and permissions (I think this is enough).
You should send POST request to this URL https://graph.facebook.com/PROFILE_ID/feed
You can read more about it here:
https://developers.facebook.com/docs/reference/api/post/
用户必须使用共享对话框手动共享内容。您的应用程序自动共享的所有内容都会发布到新闻源而不是墙上。这是一个示例: https://developers.facebook.com/docs/reference/dialogs/饲料/
The user has to share the content manually using the Share Dialog. Everything that gets shared automatically by your app gets to the newsfeed instead of the wall. Here's an example: https://developers.facebook.com/docs/reference/dialogs/feed/
截至2016年12月更新,
我自己测试了整个过程。我使用 facebook PHP SDK 制作了一个 PHP 脚本。我的脚本所做的就是每小时代表我在我的 Facebook 页面上发布一次。
我发现的令人惊讶的事情是,与手动发布的内容相比,通过脚本发布的内容获得的有机推广要少得多。
数学分析:
通过脚本发帖:
我的页面上的帖子 + 同一篇帖子在 54 个群组中共享。浏览次数:4
本地帖子:
我的页面上的帖子 + 同一篇帖子在 37 个群组中共享。观看次数:34996
Update as of December 2016,
I myself tested the whole process. I made a PHP script using facebook PHP SDK. what my script does is to post on my facebook page every single hour on my behalf.
The astonishing thing that i found was that the content posted through the script has got very less organic promotion compared to the content posted manually.
Mathematical Analysis:
Posting Through Script:
A post on my page + The same post is shared on 54 groups. Nos of views: 4
Native Posting:
A post on my page + The same post is shared on 37 groups. Nos of views: 34996
在操作公开之前,您需要提交一个操作,并且必须得到 Facebook 的批准,然后只有每个操作都会公开可见
Before an action going to public you need to submit an action and it must be approved by Facebook , then only every action comes public visibility