简体   繁体   中英

Post in Twitter using C# application

I can able to post the tweet through my application using C# with twitterizer API,and the new post is posted in my twiiter site like this

"New Post: This Post for twitter test about 18 hours ago from Twitterizer"

in this in the bottom it is showing as "twitterizer" but i don't want to show the tool name to my users..is there any way to hide that "twitterizer" or is it possible to rename as my application name.

您可以使用以下构造函数将自己的源代码提供给Twitterizer库:

public Twitter(string UserName, string Password, string Source)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM