Any update on this?
if ([[Twitter sharedInstance] application:app openURL:url options:options]) {
return YES;
}
Always return false :(, if the twitter app is not installed, everything works. Is there a way to force Web login instead of relying on twitter app as a quick fix for now?