如何通过应用程序点赞粉丝专页并在墙上发帖?
当前场景
开发环境:Visual Studio with Facebook C# SDK 用户已向应用程序授予 user_likes、email、publish_stream 权限。 应用程序能够获取用户信息。 应用程序可以发布在用户墙上。 应用程序能够检索(粉丝)页面信息。
要求
- 应用程序应该能够代表用户喜欢(粉丝)页面。此步骤很重要,因为如果没有此步骤,用户将无法在页面上发帖
应用程序应该能够代表用户(而不是页面管理员)在(粉丝)页面上发帖
不需要显示 C# 代码,因为我会自行转换为 C#。 PHP 或任何其他代码对我或(演练)步骤来说都可以,没有任何代码也可以。 立即回复将受到高度赞赏。提前致谢。
Current Scenario
Development Environment: Visual Studio with Facebook C# SDK
User has granted user_likes,email,publish_stream permissions to the application.
Application is able to get user information.
Application is able to post on the user wall.
Applicaion is able to retrieve (Fan) Page information.
Requirement
- Application should be able to LIKE the (Fan) Page on behalf of the user. This is step is important as without this, user can not post on the Page
Application should be able to post on the wall of (Fan) Page on behalf of user (Not admin of the page)
C# code is not necessary to show as I'll convert into C# myslef. PHP or any other code will be ok for me or (walkthrough) steps, without any code will be fine also.
Immediate response will be highly appreciated. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的,而且可能永远不会。没有 API 可以为粉丝页面点赞。用户必须单击浏览器中的“赞”按钮。
This is not possible and probably never will be. There is no API to like a fan page. A user has to click a like button in the browser.