Beispiel #1
0
        public void publishFilter(string path)
        {
            string stringpipe = "Imagen luego del " + pipe + " pipe";

            twitter.PublishToTwitter(stringpipe, path);
            pipe++;
        }
 public void PublishPicture(String picture)
 {
     Console.WriteLine(twitter.PublishToTwitter("", picture));
 }