/// <summary>
 /// Gets information about the current user by calling the <var>/me</var> method. This call requires a user access token.
 /// </summary>
 public FacebookMeResponse Me()
 {
     return(FacebookMeResponse.ParseJson(Raw.GetObject("me")));
 }