[twitter-dev] Re: 401 errors when retrieving statuses of Verified accounts.

2009-09-13 Thread Prashanth Sivarajan
When using OAuth,

I get a 401 Incorrect signature error when doing a
statuses/friends_timeline.json?count=1

it works fine without the count parameter.

however
/statuses/user_timeline.json?count=1
works perfectly.

Can somebody confirm?

regards,
Prashanth

On Sat, Sep 12, 2009 at 11:38 PM, Chad Etzel c...@twitter.com wrote:


 Hmm, this should not be the case. Is anyone else seeing this issue?
 If you continue to see this, please create an issue here:
 http://code.google.com/p/twitter-api/issues/list

 Thanks,
 -Chad

 On Fri, Sep 11, 2009 at 3:34 PM, Heathmaxim...@gmail.com wrote:
 
  Our application has been getting 401 errors when attempting to cache
  tweets from the new Verified Accounts. This includes accounts like
  Mashable (http://twitter.com/mashable).
 
  We are using the user_timeline.xml method, and get the 401 when using
  a white-listed account to avoid default rate limits.
 
  Is this no longer possible when using a whitelist account, or is there
  another method without this restriction?
 



[twitter-dev] Re: Why is Biz saying things are back in action?

2009-08-07 Thread Prashanth Sivarajan
For some reason there is a redirect response (302) from twitter from
morning. I changed my php to follow redirection. It works fine now.

On Fri, Aug 7, 2009 at 1:48 PM, Sam Street sam...@gmail.com wrote:


 My app http://twicli.com is unavailable. Looks like the ?oauth_token
 isnt being created properly.

 Hope things come back soon. Thanks

 On Aug 7, 7:06 am, Rich rhyl...@gmail.com wrote:
  The most frustrating thing is oAuth being down, meaning new users
  can't sign in to oAuth apps!
 
  On Aug 7, 6:40 am, Jesse Stay jesses...@gmail.com wrote:
 
   The more communication, to both us and the public, the better.  That's
 the
   best thing Twitter can do right now - I definitely feel their pain, as
 we're
   all going through it right now.  It's just harder on us because we're
 not
   privy to what Twitter knows right now (nor do we have the control they
   have).  Communication is key. (and tell Rodney I said hi Sean!)
 
   Jesse
 
   On Fri, Aug 7, 2009 at 12:59 AM, Sean Callahan seancalla...@gmail.com
 wrote:
 
Yeah Jesse, I hear you and am super bummed out. My service,
TweetPhoto.com, is also down in terms of users being able to login
through basic auth. It's been like that all day. No one has been able
to upload photos. I emailed Doug at Twitter and he requested my
server's IP address which I provided. I guess they are slowly trying
to bring apps back online. I just wish this happened a little sooner.
I feel totally helpless at the moment. What are your thoughts?
 
On Aug 6, 6:25 pm, Jesse Stay jesses...@gmail.com wrote:
 Why is Biz saying things are back in action when apps like mine,
 and
many
 other very large names are still broken from it.  Sending this
 message to
 users sends a false message to them stating they should expect we
 should
be
 up as well.  At a very minimum, please state the API is still
 having
issues
 so users can know what to expect:
 
http://blog.twitter.com/2009/08/update-on-todays-dos-attacks.html
 
 Jesse


[twitter-dev] Re: Why is Biz saying things are back in action?

2009-08-07 Thread Prashanth Sivarajan
I am not able to post any twits. I get an over capacity error.

On Fri, Aug 7, 2009 at 1:51 PM, Paul Kinlan paul.kin...@gmail.com wrote:

 I know this is a me too, but twollo is entierly down (From Google App
 Engine).  The frustrating this is that everyone thinks Twitter is working on
 now, an annoucement saying everything but the API is working would be
 better.\
 Paul


 2009/8/7 Sam Street sam...@gmail.com


 My app http://twicli.com is unavailable. Looks like the ?oauth_token
 isnt being created properly.

 Hope things come back soon. Thanks

 On Aug 7, 7:06 am, Rich rhyl...@gmail.com wrote:
  The most frustrating thing is oAuth being down, meaning new users
  can't sign in to oAuth apps!
 
  On Aug 7, 6:40 am, Jesse Stay jesses...@gmail.com wrote:
 
   The more communication, to both us and the public, the better.  That's
 the
   best thing Twitter can do right now - I definitely feel their pain, as
 we're
   all going through it right now.  It's just harder on us because we're
 not
   privy to what Twitter knows right now (nor do we have the control they
   have).  Communication is key. (and tell Rodney I said hi Sean!)
 
   Jesse
 
   On Fri, Aug 7, 2009 at 12:59 AM, Sean Callahan 
 seancalla...@gmail.comwrote:
 
Yeah Jesse, I hear you and am super bummed out. My service,
TweetPhoto.com, is also down in terms of users being able to login
through basic auth. It's been like that all day. No one has been
 able
to upload photos. I emailed Doug at Twitter and he requested my
server's IP address which I provided. I guess they are slowly trying
to bring apps back online. I just wish this happened a little
 sooner.
I feel totally helpless at the moment. What are your thoughts?
 
On Aug 6, 6:25 pm, Jesse Stay jesses...@gmail.com wrote:
 Why is Biz saying things are back in action when apps like mine,
 and
many
 other very large names are still broken from it.  Sending this
 message to
 users sends a false message to them stating they should expect we
 should
be
 up as well.  At a very minimum, please state the API is still
 having
issues
 so users can know what to expect:
 
http://blog.twitter.com/2009/08/update-on-todays-dos-attacks.html
 
 Jesse





[twitter-dev] Re: Question About Post Commands

2009-08-07 Thread Prashanth Sivarajan
Hi All,

I get the Twitter is over capacity page when I try to post a status. Is it
working for others now? or is it blocked following hte outage yesterday?

Prashanth

On Fri, Aug 7, 2009 at 1:16 PM, Andrew Badera and...@badera.us wrote:

 On Thu, Aug 6, 2009 at 11:33 PM, Dan Kurszewski 
 dan.kurszew...@gmail.comwrote:


 Does anyone know if there is a way with VB.Net or C# to login to
 twitter, call 100 post commands, and then logout?

 Here is my code for making a single post command in VB.Net.  As you
 can see every time I call this function it has to login.  I would love
 to have an array of url's and/or data that need to be processed for
 the same username and password and having only one login.  I have
 tried rearranging things several different ways with no luck.

 Any help would be greatly appreciated.

 ---

Public Function ExecutePostCommand(ByVal url As String, ByVal
 username As String, ByVal password As String, _
ByVal data As String) As String
 *snip*
End Function



 You're not logging in to anything -- there's no concept of a session in
 play. What is your concern about supplying credentials with every call?

 No, you can't batch your requests on the API side -- you're going to have
 to make a call to the API for every post.

 Have you looked into OAuth? You retrieve a single token for access, which
 along with your consumer token you use over and over again to make requests
 on behalf of a specific account. You still need to make an API call for
 every POST action however.

 Thanks-
 - Andy Badera
 - and...@badera.us
 - Google me: http://www.google.com/search?q=andrew+badera
 - This email is: [ ] bloggable [x] ask first [ ] private