Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-27 Thread Bhushan Garud
Hi Taylor,

Thanks for responding. I am using to get user public tweets using
tweeter-APIs [Tweetr.getUserTimeLine() method].

Thanks & regards,
Bhushan

On Wed, May 26, 2010 at 7:05 PM, Taylor Singletary <
taylorsinglet...@twitter.com> wrote:

> 400 errors usually mean the request was malformed in some way. Can you
> give some examples of the URLs you are trying to access and the method
> by which you're requesting?
>
> Taylor Singletary
> Developer Advocate, Twitter
> http://twitter.com/episod
>
>
>
>  On Tue, May 25, 2010 at 11:09 PM, Bhushan Garud 
> wrote:
> > Hi All,
> >
> > I have got 400 error while accessing users public tweets. Can you please
> > help me to resolve this error?
> >
> > Thanks & regards,
> > Bhushan
> > On Wed, May 19, 2010 at 11:29 PM, Taylor Singletary
> >  wrote:
> >>
> >> Correct.
> >> Taylor Singletary
> >> Developer Advocate, Twitter
> >> http://twitter.com/episod
> >>
> >>
> >> On Wed, May 19, 2010 at 10:18 AM, Dossy Shiobara 
> >> wrote:
> >>>
> >>> Does this result in a response of "Failed to validate oauth signature
> >>> and token" as well?
> >>>
> >>>
> >>> On 5/19/10 11:26 AM, Taylor Singletary wrote:
> >>> > Hi James,
> >>> >
> >>> > Yes, right now we're throwing these kind of errors when our servers
> are
> >>> > stressed. We hope to have things more stable soon.
> >>> >
> >>> > Taylor Singletary
> >>> > Developer Advocate, Twitter
> >>> > http://twitter.com/episod
> >>> >
> >>> >
> >>> > On Wed, May 19, 2010 at 7:48 AM, wibblefish <
> docherty.ja...@gmail.com
> >>> > > wrote:
> >>> >
> >>> > Hi All,
> >>> >
> >>> > I have just started to put together a small Twitter application
> but
> >>> > every so often I am seeing either a 401 Unauthorized or 502 Bad
> >>> > Gateway when acquiring a request token. Would it be normal to see
> >>> > this
> >>> > during twitter 'over capacity' periods?
> >>> >
> >>> > Cheers
> >>> >
> >>> > James
> >>> >
> >>> >
> >>>
> >>>
> >>> --
> >>> Dossy Shiobara  | do...@panoptic.com | http://dossy.org/
> >>> Panoptic Computer Network   | http://panoptic.com/
> >>>  "He realized the fastest way to change is to laugh at your own
> >>>folly -- then you can let go and quickly move on." (p. 70)
> >>
> >
> >
>


Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-26 Thread Taylor Singletary
400 errors usually mean the request was malformed in some way. Can you
give some examples of the URLs you are trying to access and the method
by which you're requesting?

Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod



On Tue, May 25, 2010 at 11:09 PM, Bhushan Garud  wrote:
> Hi All,
>
> I have got 400 error while accessing users public tweets. Can you please
> help me to resolve this error?
>
> Thanks & regards,
> Bhushan
> On Wed, May 19, 2010 at 11:29 PM, Taylor Singletary
>  wrote:
>>
>> Correct.
>> Taylor Singletary
>> Developer Advocate, Twitter
>> http://twitter.com/episod
>>
>>
>> On Wed, May 19, 2010 at 10:18 AM, Dossy Shiobara 
>> wrote:
>>>
>>> Does this result in a response of "Failed to validate oauth signature
>>> and token" as well?
>>>
>>>
>>> On 5/19/10 11:26 AM, Taylor Singletary wrote:
>>> > Hi James,
>>> >
>>> > Yes, right now we're throwing these kind of errors when our servers are
>>> > stressed. We hope to have things more stable soon.
>>> >
>>> > Taylor Singletary
>>> > Developer Advocate, Twitter
>>> > http://twitter.com/episod
>>> >
>>> >
>>> > On Wed, May 19, 2010 at 7:48 AM, wibblefish >> > > wrote:
>>> >
>>> >     Hi All,
>>> >
>>> >     I have just started to put together a small Twitter application but
>>> >     every so often I am seeing either a 401 Unauthorized or 502 Bad
>>> >     Gateway when acquiring a request token. Would it be normal to see
>>> > this
>>> >     during twitter 'over capacity' periods?
>>> >
>>> >     Cheers
>>> >
>>> >     James
>>> >
>>> >
>>>
>>>
>>> --
>>> Dossy Shiobara              | do...@panoptic.com | http://dossy.org/
>>> Panoptic Computer Network   | http://panoptic.com/
>>>  "He realized the fastest way to change is to laugh at your own
>>>    folly -- then you can let go and quickly move on." (p. 70)
>>
>
>


Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-26 Thread Bhushan Garud
Hi All,

I have got 400 error while accessing users public tweets. Can you please
help me to resolve this error?

Thanks & regards,
Bhushan
On Wed, May 19, 2010 at 11:29 PM, Taylor Singletary <
taylorsinglet...@twitter.com> wrote:

> Correct.
>
>  Taylor Singletary
> Developer Advocate, Twitter
> http://twitter.com/episod
>
>
>   On Wed, May 19, 2010 at 10:18 AM, Dossy Shiobara wrote:
>
>> Does this result in a response of "Failed to validate oauth signature
>> and token" as well?
>>
>>
>> On 5/19/10 11:26 AM, Taylor Singletary wrote:
>> > Hi James,
>> >
>> > Yes, right now we're throwing these kind of errors when our servers are
>> > stressed. We hope to have things more stable soon.
>> >
>> > Taylor Singletary
>> > Developer Advocate, Twitter
>> > http://twitter.com/episod
>> >
>> >
>> > On Wed, May 19, 2010 at 7:48 AM, wibblefish >  > > wrote:
>> >
>> > Hi All,
>> >
>> > I have just started to put together a small Twitter application but
>> > every so often I am seeing either a 401 Unauthorized or 502 Bad
>> > Gateway when acquiring a request token. Would it be normal to see
>> this
>> > during twitter 'over capacity' periods?
>> >
>> > Cheers
>> >
>> > James
>> >
>> >
>>
>>
>> --
>> Dossy Shiobara  | do...@panoptic.com | http://dossy.org/
>> Panoptic Computer Network   | http://panoptic.com/
>>  "He realized the fastest way to change is to laugh at your own
>>folly -- then you can let go and quickly move on." (p. 70)
>>
>
>


Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread Taylor Singletary
Correct.

Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


On Wed, May 19, 2010 at 10:18 AM, Dossy Shiobara  wrote:

> Does this result in a response of "Failed to validate oauth signature
> and token" as well?
>
>
> On 5/19/10 11:26 AM, Taylor Singletary wrote:
> > Hi James,
> >
> > Yes, right now we're throwing these kind of errors when our servers are
> > stressed. We hope to have things more stable soon.
> >
> > Taylor Singletary
> > Developer Advocate, Twitter
> > http://twitter.com/episod
> >
> >
> > On Wed, May 19, 2010 at 7:48 AM, wibblefish  > > wrote:
> >
> > Hi All,
> >
> > I have just started to put together a small Twitter application but
> > every so often I am seeing either a 401 Unauthorized or 502 Bad
> > Gateway when acquiring a request token. Would it be normal to see
> this
> > during twitter 'over capacity' periods?
> >
> > Cheers
> >
> > James
> >
> >
>
>
> --
> Dossy Shiobara  | do...@panoptic.com | http://dossy.org/
> Panoptic Computer Network   | http://panoptic.com/
>  "He realized the fastest way to change is to laugh at your own
>folly -- then you can let go and quickly move on." (p. 70)
>


Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread Dossy Shiobara
Does this result in a response of "Failed to validate oauth signature
and token" as well?


On 5/19/10 11:26 AM, Taylor Singletary wrote:
> Hi James,
> 
> Yes, right now we're throwing these kind of errors when our servers are
> stressed. We hope to have things more stable soon.
> 
> Taylor Singletary
> Developer Advocate, Twitter
> http://twitter.com/episod
> 
> 
> On Wed, May 19, 2010 at 7:48 AM, wibblefish  > wrote:
> 
> Hi All,
> 
> I have just started to put together a small Twitter application but
> every so often I am seeing either a 401 Unauthorized or 502 Bad
> Gateway when acquiring a request token. Would it be normal to see this
> during twitter 'over capacity' periods?
> 
> Cheers
> 
> James
> 
> 


-- 
Dossy Shiobara  | do...@panoptic.com | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)


Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread Taylor Singletary
Hi James,

Yes, right now we're throwing these kind of errors when our servers are
stressed. We hope to have things more stable soon.

Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


On Wed, May 19, 2010 at 7:48 AM, wibblefish wrote:

> Hi All,
>
> I have just started to put together a small Twitter application but
> every so often I am seeing either a 401 Unauthorized or 502 Bad
> Gateway when acquiring a request token. Would it be normal to see this
> during twitter 'over capacity' periods?
>
> Cheers
>
> James
>