コード例 #1
0
 /// <summary>
 /// Gets information about a user with the specified <var>identifier</var>.
 /// </summary>
 /// <param name="identifier">The ID or username of the user.</param>
 public FacebookUser GetUser(string identifier)
 {
     return(FacebookUser.ParseJson(Raw.GetObject(identifier)));
 }