问题描述
我能张贴在我的应用程序中使用C#与twitterizer API的鸣叫,新职位是张贴在我的twiiter这样的网站
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
新帖:这个帖子Twitter的测试
约18小时前来自twitterizer
"New Post: This Post for twitter test about 18 hours ago from Twitterizer"
在此底部则显示为twitterizer但我不希望显示工具名称到我的users..is有什么办法来隐藏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库:
You can supply your own source to the Twitterizer library using the following constructor:
public Twitter(string UserName, string Password, string Source)
这篇关于在Twitter发布使用C#应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!