[twitter-dev] Re: set the from [Application]

2009-08-03 Thread James Todd
looks like my app (http://twitter.com/#search?q=%23twine) was grandfathered
in.

- james

On Mon, Aug 3, 2009 at 2:44 AM, Rich  wrote:

>
> I thought for new applications the only way was via oAuth, and then
> the source is taken automatically because of your access token.
>
> On Aug 3, 7:13 am, James Todd  wrote:
> > set the "source" parameter.
> >
> > hth,
> >
> > - james
> >
> > On Sun, Aug 2, 2009 at 10:49 PM, Pek  wrote:
> >
> > > how do you set the from field when you tweet from the API. Right now
> > > mine says from API. I'd like it to say from [My Application]
> >
> > > I've set all the fields necessary from the apps settings
>


[twitter-dev] Re: set the from [Application]

2009-08-03 Thread James Todd
ahhh, that explains why my basic-auth "source" attribution is still working.
thx!

- james

On Mon, Aug 3, 2009 at 6:54 AM, Duane Roelands wrote:

>
> If you're developing a new application, you -must- use OAuth if you
> want the "From" line to display your application's name.
>
> It used to work for Basic Auth, but Twitter disabled that.
> Applications that had been working when they disabled it were
> "grandfathered in", but apps created after that point must use OAuth
> to have access to this feature.
>
> On Aug 3, 6:47 am, Sam Street  wrote:
> > I've had this difficulty too, with the 'source' parameter being
> > ignored.
> > I recommend using OAuth which handles it all fine. I'm weary about
> > providing my password to apps these days
> >
> > On Aug 3, 6:49 am, Pek  wrote:
> >
> >
> >
> > > how do you set the from field when you tweet from the API. Right now
> > > mine says from API. I'd like it to say from [My Application]
> >
> > > I've set all the fields necessary from the apps settings
>


[twitter-dev] Re: set the from [Application]

2009-08-03 Thread Damon Clinkscales

On Mon, Aug 3, 2009 at 12:49 AM, Pek wrote:
>
> how do you set the from field when you tweet from the API. Right now
> mine says from API. I'd like it to say from [My Application]
>
> I've set all the fields necessary from the apps settings

I think this is what's called a F.A.Q.

Q:  How do I get "from myApp" to display on Twitter.com instead of
"from API"?  I set the source parameter but it has no effect.
A:  Register your application as an OAuth-base app and set the name
there.  Use of the source parameter as a means of identifying
applications with Basic Auth has been deprecated for quite some time
now.

Q:  I want to have a custom source parameter and use Basic Auth.  Is
this possible?
A:  No.

-damon
http://twitter.com/damon


[twitter-dev] Re: set the from [Application]

2009-08-03 Thread Abraham Williams
You do not need to be whitelisted to use OAuth or to have a source
parameter.

In order to have  custom source register an OAuth application here:
https://twitter.com/oauth_clients/new.

If you are properly signing the updates with OAuth and *not* with BasicAuth
then the from will automatically be used.

If or some reason it the source still shows as "from API" open a support
issue: http://code.google.com/p/twitter-api/issues/entry or email
a...@twitter.com

Abraham

On Mon, Aug 3, 2009 at 08:58, Vincent Nguyen  wrote:

> Here is the things i do (& success):
>
> 1.Apply whilelist
> 2.Using OAuth
>
> I guess you need apply whilelist first then use Oatuh and you can set FROM
> from API
>
> 2009/8/3 Duane Roelands 
>
>
>> If you're developing a new application, you -must- use OAuth if you
>> want the "From" line to display your application's name.
>>
>> It used to work for Basic Auth, but Twitter disabled that.
>> Applications that had been working when they disabled it were
>> "grandfathered in", but apps created after that point must use OAuth
>> to have access to this feature.
>>
>> On Aug 3, 6:47 am, Sam Street  wrote:
>> > I've had this difficulty too, with the 'source' parameter being
>> > ignored.
>> > I recommend using OAuth which handles it all fine. I'm weary about
>> > providing my password to apps these days
>> >
>> > On Aug 3, 6:49 am, Pek  wrote:
>> >
>> >
>> >
>> > > how do you set the from field when you tweet from the API. Right now
>> > > mine says from API. I'd like it to say from [My Application]
>> >
>> > > I've set all the fields necessary from the apps settings
>>
>
>


-- 
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: set the from [Application]

2009-08-03 Thread Vincent Nguyen
Here is the things i do (& success):

1.Apply whilelist
2.Using OAuth

I guess you need apply whilelist first then use Oatuh and you can set FROM
from API

2009/8/3 Duane Roelands 

>
> If you're developing a new application, you -must- use OAuth if you
> want the "From" line to display your application's name.
>
> It used to work for Basic Auth, but Twitter disabled that.
> Applications that had been working when they disabled it were
> "grandfathered in", but apps created after that point must use OAuth
> to have access to this feature.
>
> On Aug 3, 6:47 am, Sam Street  wrote:
> > I've had this difficulty too, with the 'source' parameter being
> > ignored.
> > I recommend using OAuth which handles it all fine. I'm weary about
> > providing my password to apps these days
> >
> > On Aug 3, 6:49 am, Pek  wrote:
> >
> >
> >
> > > how do you set the from field when you tweet from the API. Right now
> > > mine says from API. I'd like it to say from [My Application]
> >
> > > I've set all the fields necessary from the apps settings
>


[twitter-dev] Re: set the from [Application]

2009-08-03 Thread Duane Roelands

If you're developing a new application, you -must- use OAuth if you
want the "From" line to display your application's name.

It used to work for Basic Auth, but Twitter disabled that.
Applications that had been working when they disabled it were
"grandfathered in", but apps created after that point must use OAuth
to have access to this feature.

On Aug 3, 6:47 am, Sam Street  wrote:
> I've had this difficulty too, with the 'source' parameter being
> ignored.
> I recommend using OAuth which handles it all fine. I'm weary about
> providing my password to apps these days
>
> On Aug 3, 6:49 am, Pek  wrote:
>
>
>
> > how do you set the from field when you tweet from the API. Right now
> > mine says from API. I'd like it to say from [My Application]
>
> > I've set all the fields necessary from the apps settings


[twitter-dev] Re: set the from [Application]

2009-08-03 Thread Sam Street

I've had this difficulty too, with the 'source' parameter being
ignored.
I recommend using OAuth which handles it all fine. I'm weary about
providing my password to apps these days

On Aug 3, 6:49 am, Pek  wrote:
> how do you set the from field when you tweet from the API. Right now
> mine says from API. I'd like it to say from [My Application]
>
> I've set all the fields necessary from the apps settings


[twitter-dev] Re: set the from [Application]

2009-08-03 Thread Rich

I thought for new applications the only way was via oAuth, and then
the source is taken automatically because of your access token.

On Aug 3, 7:13 am, James Todd  wrote:
> set the "source" parameter.
>
> hth,
>
> - james
>
> On Sun, Aug 2, 2009 at 10:49 PM, Pek  wrote:
>
> > how do you set the from field when you tweet from the API. Right now
> > mine says from API. I'd like it to say from [My Application]
>
> > I've set all the fields necessary from the apps settings


[twitter-dev] Re: set the from [Application]

2009-08-02 Thread James Todd
set the "source" parameter.

hth,

- james

On Sun, Aug 2, 2009 at 10:49 PM, Pek  wrote:

>
> how do you set the from field when you tweet from the API. Right now
> mine says from API. I'd like it to say from [My Application]
>
> I've set all the fields necessary from the apps settings