Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.