Exemplo n.º 1
0
 /**
  * @brief Request my profile.
  *
  * @param callback Callback to deal with a reponse to the request.
  * @see RequestMyProfileDelegate
  */
 public static void RequestMyProfile(RequestMyProfileDelegate callback)
 {
     Log.Debug("[Facebook] RequestMyProfile");
     FacebookImpl.RequestMyProfile(callback);
 }