I am working on an application where I need to integrate the social functions of Facebook.
There is a button in my application that connects the user to his Facebook profile. When the user clicks this button, I open the web view from the Facebook site using the Facebook user page. Now let me say that I know his email and password, and I want to connect it automatically so that he does not have to enter his email address and password every time. I tried to solve this by throwing the following question , but as you can see without success.
I also tried to store cookies with CookieSyncManager, CookieManager and manually.
I think I can solve this by changing the URL that I am posting to webView, but I do not know which URL. (try http://www.facebook.com/connect/connect_to_external_page_widget_loggedin.phpand http://www.facebook.com/plugins/login.phpthen connect the URL of the Facebook user page, for example http://www.facebook.com/UserProfile)
I really appreciate any help!
Thank.
source
share