Embed Facebook fan page into view in Android app

丶灬走出姿态 提交于 2019-12-05 02:14:39

问题


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?


回答1:


Since no one could answer, I ended up removing this feature from my app.



来源:https://stackoverflow.com/questions/7946427/embed-facebook-fan-page-into-view-in-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!