[twitter-dev] 401 - Unauthorized error when diacritics in status

2010-02-23 Thread eclipsed4utoo
I am getting an error message when posting accent marks and other diacritics in a status update. I saw that there was an issue [1] posted in April of last year about this problem. It seems to be with the signature generation for OAuth with the encoding of accent marks. I am using .Net(C#), and I

[twitter-dev] OAuth Rate Limit Increase - Not seeing it

2010-03-02 Thread eclipsed4utoo
I thought that the OAuth Rate Limit went up to 350? I am still getting 150. Here is the returned XML from my request to http://api.twitter.com/1/account/rate_limit_status.xml 2010-03-02T19:42:28+00:00 150 1267558948 150 I am using OAuth and using the new "version" of the REST API. W

[twitter-dev] Twitter API OAuth Questions - (401) Unauthorized error when posting status

2009-09-24 Thread eclipsed4utoo
So after battling OAuth, I finally was able to get an access token. But now, I am getting a 401 Unauthorized error when trying to post the status. My question is, what parameters do I need to send for posting a status? All parameters(consumer key, consumer secret, token, token secret, nonce, tim

[twitter-dev] Re: Twitter API OAuth Questions - (401) Unauthorized error when posting status

2009-09-24 Thread eclipsed4utoo
e body of the POST request instead of in the URL > query string. > > Thanks, > -Chad > > > > On Thu, Sep 24, 2009 at 10:16 AM, eclipsed4utoo > wrote: > > > So after battling OAuth, I finally was able to get an access token. > > But now, I am getting a 401 Una

[twitter-dev] Issue with API?

2009-10-10 Thread eclipsed4utoo
Does anybody know if there is an issue with the friends_timeline REST method? When I do it, it returns tweets from all of my friends. However, the "following" XML tag is false. How can that be? They are my friend if I am following them, correct? http://twitter.com/statuses/friends_timeline.xml

[twitter-dev] Screen Scraping against TOS?

2009-10-12 Thread eclipsed4utoo
I was just wondering if screen scraping for OAuth for a desktop application was against the TOS? I tried reading it, but couldn't find anything. By screen scraping, I mean to send requests to twitter, and scrape the PIN from the page, and then use it for authorization. Ryan

[twitter-dev] Re: HTTP Server Error 503 No available server to handle this request

2009-10-12 Thread eclipsed4utoo
Are people still having issues posting status updates from third party applications? I haven't been able to post all day. Still can't post now. There isn't an update on the Twitter status page. I didn't know if that was because it wasn't fixed yet, or because they just haven't updated it post

[twitter-dev] (411) Length Required error

2009-10-14 Thread eclipsed4utoo
Ok, this is really starting to screw with me. On Sunday, I received this error. I put in code to send the content length when making a status update. It worked on Sunday. On Monday, the POST request started hanging. For two days, I tried to figure out what the problem was. So last night, I r

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread eclipsed4utoo
code as well?  I know for requests like > >> friendship/create you have to set the content-length to 0 for the > >> request to work if you specify the username in the URL... > > >> -Chad > > >> > On Wed, Oct 14, 2009 at 11:09 AM, Chad Etzel wrote: > >

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread eclipsed4utoo
So any thoughts/ideas? Ryan On Oct 14, 12:09 pm, eclipsed4utoo wrote: > Here is a screenshot right before make the request. > > http://yfrog.com/8d10142009115958amp > > You can see that there is only the "Content-Type" header.  But you can > also see that the Conten

[twitter-dev] Re: (411) Length Required error

2009-10-14 Thread eclipsed4utoo
? I guess that could have cause the indefinite hanging. Ryan On Oct 14, 6:59 pm, eclipsed4utoo wrote: > So any thoughts/ideas? > > Ryan > > On Oct 14, 12:09 pm, eclipsed4utoo wrote: > > > > > Here is a screenshot right before make the request. > > >http://

[twitter-dev] OAuth - "Username or Password is incorrect"?

2010-02-10 Thread eclipsed4utoo
Starting about 20 minutes ago, I started getting this error message with my application. I am strictly using OAuth, so how exactly would the username or password be incorrect? I haven't changed the code in weeks. Anybody else having this problem?

[twitter-dev] Re: OAuth - "Username or Password is incorrect"?

2010-02-10 Thread eclipsed4utoo
This would be a 401 "unauthorized" error. I also can't seem to do the OAuth authorization again.