[twitter-dev] OAuth Callback dilemma

2009-05-02 Thread HSL
Hello, I've made a renew tokens button in my webapp, but since the OAuth callback parameter is disabled it's not possible to use it because it leads to the page that you see when an account is succesfully added. How did you guys solve this? Harold

[twitter-dev] Re: 401 Unauthorized on OAuth calls?

2009-04-10 Thread HSL
I;ve created an issue,.. can you all comment there too? http://shortr.me/lz On Apr 10, 12:19 pm, Dominik Schwind domi...@gmail.com wrote: Hi everyone, since about half an hour ago I seem to be getting 401 Unauthorized responses to my OAuth-ed API calls. Is that a known problem?

[twitter-dev] Failed to validate oauth signature or token on status update post?

2009-04-09 Thread HSL
Anyone else has the problem that posting a status update through OAuth gives the error: failed to validate oauth signatre or token since a few hours?

[twitter-dev] Re: OAuth callback for local dev testing

2009-04-06 Thread HSL
Did anyone already opened up an issue? On Feb 18, 1:59 am, Matt Sanford m...@twitter.com wrote: Hi Joseph,      Please open up an issue and I'll take a look. Thanks;    — Matt Sanford On Feb 17, 2009, at 02:46 PM, Joseph Smarr wrote: I'm also noticing this bug...looks like twitter

[twitter-dev] Re: Invalid OAuth request on posting to /statuses/update

2009-04-05 Thread HSL
If I do encode the variables, what else can give the same error? On Mar 20, 4:06 pm, Joshua Perry j...@6bit.com wrote: Are you including your url-encoded form variables in your signature calculation? Celso Pinto wrote: Hi all, I'm trying to set up a client and I want to use OAuth. The