public string PostScheduleMessage(string scheduledmsgguid, string Userid, string profileid)
 {
     string str = string.Empty;
     try
     {
         Api.Facebook.Facebook ApiobjFacebook = new Api.Facebook.Facebook();
         str = ApiobjFacebook.SheduleFacebookGroupMessage(profileid, Userid, scheduledmsgguid);
     }
     catch (Exception ex)
     {
         str = ex.Message;
     }
     return str;
 }
示例#2
0
        public string PostScheduleMessage(string scheduledmsgguid, string Userid, string profileid)
        {
            string str = string.Empty;

            try
            {
                Api.Facebook.Facebook ApiobjFacebook = new Api.Facebook.Facebook();
                str = ApiobjFacebook.SheduleFacebookMessage(profileid, Userid, scheduledmsgguid);
            }
            catch (FacebookApiLimitException ex)
            {
                Console.WriteLine(ex.StackTrace);
            }
            return(str);
        }
        public string PostScheduleMessage(string scheduledmsgguid, string Userid, string profileid)
        {
            string str = string.Empty;

            try
            {
                Api.Facebook.Facebook ApiobjFacebook = new Api.Facebook.Facebook();
                str = ApiobjFacebook.SheduleFacebookGroupMessage(profileid, Userid, scheduledmsgguid);
            }
            catch (Exception ex)
            {
                str = ex.Message;
            }
            return(str);
        }
        public string PostScheduleMessage(string scheduledmsgguid,string Userid, string profileid)
        {
            string str = string.Empty;
                try
                {
                    Api.Facebook.Facebook ApiobjFacebook = new Api.Facebook.Facebook();
                    str= ApiobjFacebook.SheduleFacebookMessage(profileid,Userid,scheduledmsgguid);

                }
                catch (FacebookApiLimitException ex)
                {
                    Console.WriteLine(ex.StackTrace);
                }
                return str;
            }