How do I embed a Facebook page in Android, without having to use a webView?
I know this question has been asked before here, but this question has no answers.
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To get posts from a specific page in your app, all you have to do is issue a
GETonPAGE_ID/feed. For example, to see the posts my Page, InstaWifi, has made, you can click on this link here to see what the response would look like:https://developers.facebook.com/tools/explorer/?method=GET&path=325806087495884%2Ffeed
Once you receive this JSON, you can parse it to display the content in your app.