I am using the Facebook SDK in order to post on the users wall. In my app I'm using a surfaceview that is using a thread to write to the canvas with lock and unlock.
When I try to open the facebook.authorize, I get Surface::lock failed, already locked, nothing happens.
I tried holding another view and giving it's context to the Facebook function, nothing seems to work. Appreciate any help i can get, thanks