Menu

[solved] – Question 9050

Hello , I want to put status in Twitter using C# code .. i m succeeded in auto Logging in Twitter as my Lab assignment but i m un able to put status ,, i m using code for this :

HtmlElementCollection eInputs = ObjHTMLDocument.GetElementsByTagName(“textarea”);
foreach (HtmlElement tweet in eInputs)
{
if (tweet.GetAttribute(“class”).Equals(“twitter-anywhere-tweet-box-editor”))
{
tweet.SetAttribute(“textarea” , “saad”);
break;
}
}
Can any one help me plz ????

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *