private void _reportCard() {
   try {
     startActivity(LazzyBeeShare.getOpenFacebookIntent(context));
   } catch (Exception e) {
     LazzyBeeShare.showErrorOccurred(context, "_reportCard", e);
   }
 }