将 Facebook 粉丝页面嵌入 Android 应用程序的视图中
我的 Android 应用程序由一个简单的选项卡布局(3 个选项卡)组成。
假设用户选择选项卡 #2。现在我想向用户展示一个特定的粉丝页面,只是最近的帖子/更新。如果它可以直接嵌入到选项卡下方的视图中,那就最好了(没有弹出窗口/对话框)。 我知道,如果用户有机会“喜欢”/评论任何内容,则该应用程序需要获得授权。我已经能够通过使用 Facebook API 网站上的指南来解决这个问题。
但我只是不知道如何向用户展示粉丝页面本身。可能的?
附带问题:如果用户没有 Facebook 帐户怎么办?那么他/她会无法查看粉丝专页吗?
My Android app consists of a simple tablayout (3 tabs).
Let's say the user chooses tab #2. Now I would like to show the user a specific fan page, just the recent posts/updates. If it can be embedded directly into the view below the tab, that'd be best (no popup/dialog).
I know that if the user should have the opportunity to 'like'/comment on anything, the app needs to be authorized. I have been able to get through that by using the guides on the Facebook API site.
But I just don't know how to show the user the fan page itself. Possible?
Side question: what if a user does not have a Facebook account? Will he/she be unable to view the fan page then?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于没有人能够回答,我最终从我的应用程序中删除了此功能。
Since no one could answer, I ended up removing this feature from my app.