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

2009-03-15 Thread Cameron Kaiser

 If, for example, I wanted to update the client name through a command
 line interface, with the following bash script:
 curl -u username:password -d status=$* 
 http://twitter.com/statuses/update.json  /dev/null
 How/where would I enter that source name?

Expand -d to

source=bletchstatus=$*

Rinse and repeat, assuming you already have shampoo (i.e., that your source
key was already approved and is active).

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- A pedestal is as much a prison as any small, confined space. -- G. Steinem -


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

2009-03-15 Thread Cameron Kaiser

  curl -u username:password -d status=$* 
  http://twitter.com/statuses/update.json  /dev/null
 
 Expand -d to
 
 source=bletchstatus=$*

... and of course quote the , which I forgot to do.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- When you're in love, the whole world is German! -- Hogan's Heroes 


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

2009-03-12 Thread Ricky

After it has been approved, do we need to add source parameter to all
twitter status updates? Or does twitter do it automatically?

On Mar 12, 1:45 am, Cameron Kaiser spec...@floodgap.com wrote:
  You probably missed it the same way i missed it. The term Twitter uses
  is not what my mind assumed it would be.

  I googled Custom Twitter Client Name and Change Twitter Client
  Name and Twitter Client Name and nothing came up... I forget what
  finally brought me to this page. And the part in the Twitter docs is
  How do I get _from [MyApp]_ which is like documentation but not human
  friendly :)

 Oh, I don't know, just fill out this handy form[1] seems pretty
 straightforward to me. :-P

 [1]http://twitter.com/help/request_source

 --
  personal:http://www.cameronkaiser.com/--
   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
 -- FOOLS! I WILL DESTROY YOU ALL! ASK ME HOW! -- Girl Genius 8/29/07 
 


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

2009-03-12 Thread Doug Williams
Ricky,
For updates to reflect that your application was the source, you must
indicate this with each request. Include a parameter named source with a
value equal to the key supplied to Twitter during registration so we know
the update comes from your application.

Doug Williams
Twitter API Support
http://twitter.com/dougw


On Thu, Mar 12, 2009 at 10:24 PM, Ricky rbok...@gmail.com wrote:


 After it has been approved, do we need to add source parameter to all
 twitter status updates? Or does twitter do it automatically?

 On Mar 12, 1:45 am, Cameron Kaiser spec...@floodgap.com wrote:
   You probably missed it the same way i missed it. The term Twitter uses
   is not what my mind assumed it would be.
 
   I googled Custom Twitter Client Name and Change Twitter Client
   Name and Twitter Client Name and nothing came up... I forget what
   finally brought me to this page. And the part in the Twitter docs is
   How do I get _from [MyApp]_ which is like documentation but not human
   friendly :)
 
  Oh, I don't know, just fill out this handy form[1] seems pretty
  straightforward to me. :-P
 
  [1]http://twitter.com/help/request_source
 
  --
   personal:
 http://www.cameronkaiser.com/--
Cameron Kaiser * Floodgap Systems *www.floodgap.com*
 ckai...@floodgap.com
  -- FOOLS! I WILL DESTROY YOU ALL! ASK ME HOW! -- Girl Genius 8/29/07
 



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

2009-03-11 Thread Cameron Kaiser

 You probably missed it the same way i missed it. The term Twitter uses
 is not what my mind assumed it would be.
 
 I googled Custom Twitter Client Name and Change Twitter Client
 Name and Twitter Client Name and nothing came up... I forget what
 finally brought me to this page. And the part in the Twitter docs is
 How do I get _from [MyApp]_ which is like documentation but not human
 friendly :)

Oh, I don't know, just fill out this handy form[1] seems pretty
straightforward to me. :-P

[1] http://twitter.com/help/request_source

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- FOOLS! I WILL DESTROY YOU ALL! ASK ME HOW! -- Girl Genius 8/29/07 


[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 do...@igudo.com 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 itmod...@gmail.com wrote:

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