How to update status of a specific user on twitter using LinqToTwitter I tried this :
twitterCtx = new TwitterContext(auth);
twitterCtx.UpdateStatus("Welcom " + DateTime.Now.ToString(), "userId");
the probleme is that update status of all my followers
Thanks,