imlokesh wrote:
Hi,Didn't see your reply before post above, but thanks :)
Here's how you do multiple logged in users with TweetInvi:Ref: http://tweetinvi.codeplex.com/documentationvar credentials = TwitterCredentials.CreateCredentials("Access_Token", "Access_Token_Secret", "Consumer_Key", "Consumer_Secret"); TwitterCredentials.ExecuteOperationWithCredentials(credentials, () => { Tweet.PublishTweet("myTweet"); });
imlokesh