Re: [twitter-dev] Re: Trying to do a GET after autenticating via OAuth

2010-07-21 Thread Taylor Singletary
Hi, Know it sounds strange, but I'd stay away from the dev.twitter.com console when trying to debug an issue like this. Even if it weren't buggy, the execution path it uses to perform OAuth operations is a bit different than what you typically would do in your own implementation. Are you married

[twitter-dev] Re: Trying to do a GET after autenticating via OAuth

2010-07-21 Thread clinisbut
Ok, I just discovered http://dev.twitter.com/console, I'm matching the composite signing key created by this console and mine and don't match (obviously I'm using the same visible parameter values (timestamp, nonce, oauth_token and consumer key) and my composite signing it's not hte same... On Jul

[twitter-dev] Re: Trying to do a GET after autenticating via OAuth

2010-07-21 Thread clinisbut
I'm using an OAuth library I've developed in PHP. Do I need to pass all the parameters through the query also? On Jul 21, 9:25 pm, Taylor Singletary wrote: > Hi there, > > If you've gotten to the point of retrieving an access token, it's > likely you managed to get the composite signing key "