@Override
 protected void onStart() {
   super.onStart();
   if (!twitter.isAuthorized()) {
     twitter.authorize();
   }
 }