Exemple #1
0
 /// <summary>
 /// Gets information about the comment matching the specified <paramref name="options"/>.
 /// </summary>
 /// <param name="options">The options for the call to the API.</param>
 /// <returns>An instance of <see cref="FacebookGetCommentResponse"/> representing the response.</returns>
 public FacebookGetCommentResponse GetComment(FacebookGetCommentOptions options)
 {
     return(FacebookGetCommentResponse.ParseResponse(Raw.GetComment(options)));
 }
 /// <summary>
 /// Gets information about the comment matching the specified <paramref name="options"/>.
 /// </summary>
 /// <param name="options">The options for the call to the API.</param>
 /// <returns>An instance of <see cref="SocialHttpResponse"/> representing the raw response.</returns>
 public SocialHttpResponse GetComment(FacebookGetCommentOptions options)
 {
     return(Client.DoHttpGetRequest("/" + options.Identifier, options));
 }