[twitter-dev] How to change Source name to Client tool Source?

2009-02-27 Thread Murali Bala

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

/// 
/// 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".
/// 

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


[twitter-dev] Re: How to change Source name to Client tool Source?

2009-02-27 Thread Murali Bala

Thank you. I did browse through the FAQ...Wonder how i missed this?

Thank a lot Doug.



On Feb 27, 4:16 pm, Doug Williams  wrote:
> Murali,
> The FAQ answers this question:
>
> http://apiwiki.twitter.com/FAQ#HowdoIget%E2%80%9CfromMyApp%E2%80%9Dap...
>
> Thanks,
> Doug
>
>
>
> On Fri, Feb 27, 2009 at 4:10 PM, Murali Bala  wrote:
>
> > We are trying to develop client app for twitter. I was looking at the
> > following code snippet:
>
> >        /// 
> >        /// 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".
> >        /// 
>
> > public string Source
> >        {
> >            get { return source; }
> >            set { source = value; }
> >        }
>
> > Ref:
> >http://pocketwit.googlecode.com/svn-history/r517/trunk/PockeTwit/Yedd...
>
> > What do i we need to do the change source from 'Web' to our client
> > tool name?
>
> > Murali Bala
>
> --
> Doug Williams
>
> do...@igudo.comhttp://www.igudo.com