我有一些代码可以连接 facebook:
facebook.authorize(((Activity) ctx).getParent(), new String[] {},
requestCode, new DialogListener() {}
通常它工作正常。但有时我连接到某些网络不允许连接到 facebook。然后授权方法会抛出
com.facebook.android.DialogError: The connection to the server was unsuccessful
在我的手机上,抛出该异常大约需要 20 秒。但是在其他一些设备上,它花了很长时间(可能是因为不同设备上的设置不同,我不确定)。当网络不允许连接到 facebook 时,有没有办法设置超时。