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?
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.
|
|
|
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. |
|||
|
|