示例#1
0
 public string CheckVideoUrl(string url)
 {
     try
     {
         var a = new GraphApiResponse();
         return(a.GeturlExpiryResponse(url));
     }
     catch (Exception ex)
     {
         throw;
     }
 }