public ActionResult CommentOnFbGroupPost(string GpPostid, string comment, string Accesstoken) { try { Api.Facebook.Facebook _Facebook = new Api.Facebook.Facebook(); string result = _Facebook.CommentOnFbGroupPost(GpPostid, comment, Accesstoken); } catch (Exception ex) { Console.WriteLine(ex.StackTrace); } return(Content("success")); }
public ActionResult CommentOnFbGroupPost(string GpPostid, string comment, string Accesstoken) { try { Api.Facebook.Facebook _Facebook = new Api.Facebook.Facebook(); string result = _Facebook.CommentOnFbGroupPost(GpPostid, comment, Accesstoken); } catch (Exception ex) { Console.WriteLine(ex.StackTrace); } return Content("success"); }