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 .
|
|
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).
|
|||||||
|
|
In general, the integration is used when the developer wants to post on a users' behalf, add pictures directly to specified albums, get a user's email address etc. These can be done when the user authorises the app for the first time, they also authorise the privileges. It is also seen as a marketing tool, as all the posts will say via (yourAppName), so you can gain some online presence. Like Ofir A said, it is time saving for the user as they only need to log in once. |
|||
|
|
|
Hi Why you are calling webview with facebook link.You should use FaceBook Native Sdk for Android.This giveing your better user experience compare to webview. Refrence for Facebook Integration |
|||
|
|