Search code examples
androidfacebookfacebook-page

Embed Facebook fan page into view in Android app


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?


Solution

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