We are trying to develop client app for twitter. I was looking at the
following code snippet:

        /// <summary>
        /// Source is an additional parameters that will be used to
fill the "From" field.
        /// Currently you must talk to the developers of Twitter at:
        /// http://groups.google.com/group/twitter-development-talk/
        /// Otherwise, Twitter will simply ignore this parameter and
set the "From" field to "web".
        /// </summary>

public string Source
        {
            get { return source; }
            set { source = value; }
        }

Ref: 
http://pocketwit.googlecode.com/svn-history/r517/trunk/PockeTwit/Yedda/Twitter.cs

What do i we need to do the change source from 'Web' to our client
tool name?

Murali Bala

Reply via email to