简体   繁体   English

如何在应用程序的Facebook页面上制作用户发表的墙贴

[英]How to make wall posts made by users on app's facebook page

Is there anything I need to do to make posts users make on their wall via a custom ios application using it's own facebook app id, also appear on app's (facebook app it uses I mean) own facebook page? 我需要做些什么来使用户使用自定义的ios应用程序通过自定义ios应用程序在自己的墙上张贴帖子,还显示在应用程序(我指的是facebook应用程序)自己的Facebook页面上吗?

I would expect this to appear automatically but it doesn't seem to be the case. 我希望这会自动出现,但事实并非如此。

In order to read one's Facebook wall, you need the access token to authenticate reading. 为了读取一个人的Facebook墙,您需要access token来验证读取。 This will give you access to all non-public wall posts. 这将使您能够访问所有非公开墙贴。 From this, you can pass the newly posted content to your page through the feed action. 由此,您可以通过feed操作将新发布的内容传递到您的页面。

Reference : http://php-academy.blogspot.com/2011/04/how-to-post-from-facebook-app-to.html 参考http : //php-academy.blogspot.com/2011/04/how-to-post-from-facebook-app-to.html

Enjoy and good luck! 祝您好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何访问用户在Facebook应用中发布的留言墙 - How do I access wall posts made by the user in a facebook app 如何从Facebook应用程序为应用程序的粉丝页面创建墙帖? - How to create wall posts to app's fanpage from the facebook app? 如何使我的iPhone应用程序向Facebook提交墙贴? - How to make my iPhone app submit wall posts to Facebook? 如何在自己的墙上按Facebook页面获取帖子? - How do I get posts by facebook page on it's own wall? 即使用户不在我的应用程序网页上,如何将其发布到用户的Facebook墙 - How to post to users' facebook wall even if they are not on my app web page Facebook FQL - 如何获取我发给朋友的帖子的帖子 - Facebook FQL - How do I fetch the posts I made to a friend's wall Facebook应用程序开发人员可以统计用户对这些Facebook应用程序在用户的新闻源上发布的帖子发表评论的数量吗 - Can Facebook app developers count the number of comments people make to posts made by those facebook apps on users' newsfeed 检索Facebook Page墙上的帖子 - Retrieve Facebook Page wall posts 如果在应用页面上发布了帖子,用户是否会在墙上看到帖子 - will users see post on their wall,if a post is made on app page Facebook App-获取留言 - Facebook App - Get wall posts
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM