What I would like to accomplish from my Android application is an ability to access facebook data. Without using Facebook SDK and by requesting Graph API directly, is it possible to extract data from facebook?
Share
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.
For sure, Look at the code of the Facebook SDK for android. It’s merely a wrapper for http requests, you can do them by yourself. But, to be honest, this wrapper is worth it.