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 use the Facebook sdk to authorize Facebook Account in my code and Twitter4J to authorize Twitter accounts. Using Twitter4J I have to create the webview and change the focus to that and then deal with the response. My problem seems to be that if the user authorizes a Twitter Account and after that finishes tries to authorize a Facebook account, the webview for Facebook continuously loads and stops the user from using the app. Does anyone know how to fix this?

share|improve this question

1 Answer

up vote 0 down vote accepted

Turns out it was because i turned off cookies for the browser when I made the webview for Twitter. Just made sure to re-enable before done saving the account information.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.