I am using Android WebView to attempt to log into facebook. I have class called BroswerView that extends webView. I have implemented all the functions that are associated with the WebView class. I am using the DefaultHttpClient to the send get and post requests.
I have no problem using the BrowsersView class. or the general get and post requests. The problem I am having is setting the cookies required to log into facebook. I can get the cookie no problem, but when I pass the cookie using localContent.setAttribute(ClientContext.COOKIE_STORE, cookieStore) I still get the "please set cookies on web view"
Thanks.