I am trying to call facebook.authorize whenever a request made by my app to facebook fails.
But it throws a Can't create handler inside thread that has not called Looper.prepare() inside listener error.
I am making the call from a try-catch on Facebook error handler.
Is there another way of handling this?
This problem is solved over here
Facebook authorize not working inside Android Asynctask or Thread