I have a simple question here. What is the need for integrating FB sdk to android app.
I can open the facebook url in web view and login and do whatever to be done on FB. Then what will be the scenario where FB need to be integrated with my app .
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.
With Facebook sdk, you can upload photos directly to your Facebook albums, and also you can get all the user likes, friends and many more.
Compared to work with webview, the use of sdk saves time for your app user – he don’t need to login every time he want’s to enter his profile (Using sso – Single Sign On) or any other thing, that requires Facebook.
In my case, I activate the native Facebook app directly from my app, with my app page. In my opinion, if you don’t need something more sophisticated, just showing page, you can use it.
In case there is no native Facebook app, activate it with the user browser (catch block).