[twitter-dev] Re: about 8 hours ago from API

2009-08-19 Thread Duane Roelands

Eagle1,

In order to customer the from API, your application must
authenticate with Twitter using OAuth.

There are several libraries available that implement OAuth.  What
language/platform are you targeting with your development?

--Duane

On Aug 19, 4:00 pm, Grant Emsley grant.ems...@gmail.com wrote:
 Of course you can.  It's called oAuth.  You should check it out.

 On Aug 19, 3:05 pm, Eagle1 nathan.rud...@gmail.com wrote:



  Hi there !

  I wanted to know if it is possible to remove that text when you tweet
  from an API. Or to change the API word...

  thanks for help !


[twitter-dev] Re: about 8 hours ago from API

2009-08-19 Thread djc8080

http://twitter.com/statuses/update.format?source=appname


[twitter-dev] Re: about 8 hours ago from API

2009-08-19 Thread Eagle1


I'm using a fast and simple function to send my updates...
working with curl


[twitter-dev] Re: about 8 hours ago from API

2009-08-19 Thread Abraham Williams
Here is the FAQ entry:
http://apiwiki.twitter.com/FAQ#HowdoIget%E2%80%9CfromMyApp%E2%80%9DappendedtoupdatessentfrommyAPIapplication

On Wed, Aug 19, 2009 at 14:05, Eagle1 nathan.rud...@gmail.com wrote:


 Hi there !

 I wanted to know if it is possible to remove that text when you tweet
 from an API. Or to change the API word...

 thanks for help !




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.
Sent from Madison, Wisconsin, United States


[twitter-dev] Re: about 8 hours ago from API

2009-08-19 Thread JDG
That doesn't work on new apps.

On Wed, Aug 19, 2009 at 15:07, djc8080 djc8...@gmail.com wrote:


 http://twitter.com/statuses/update.format?source=appname




-- 
Internets. Serious business.


[twitter-dev] Re: about 8 hours ago from API

2009-08-19 Thread Chad Etzel

Right now there is no way to add a custom source from curl using Basic
Auth. You can, however, force it to say from web by adding
source=web in the POST variables.

Thanks,
-Chad

On Wed, Aug 19, 2009 at 5:45 PM, Eagle1nathan.rud...@gmail.com wrote:


 I'm using a fast and simple function to send my updates...
 working with curl