Ejemplo n.º 1
0
 /**
  * If your app does not use UiLifeCycleHelper, then you must call this method in the calling
  * activity's onActivityResult method, to process any pending like actions, where tapping the
  * button had resulted in the Like dialog being shown in the Facebook application.
  *
  * @param context Hosting context
  * @param requestCode From the originating call to onActivityResult
  * @param resultCode From the originating call to onActivityResult
  * @param data From the originating call to onActivityResult
  * @return Indication of whether the Intent was handled
  */
 public static boolean handleOnActivityResult(
     Context context, int requestCode, int resultCode, Intent data) {
   return LikeActionController.handleOnActivityResult(context, requestCode, resultCode, data);
 }