Re: [twitter-dev] 500 error when requesting access token

2010-07-20 Thread Ryan McKillen
Taylor, thanks. No changes to my code, but it's suddenly working. Maybe some API hiccups that got resolved on your end...

Re: [twitter-dev] 500 error when requesting access token

2010-07-20 Thread Taylor Singletary
Hi Ryan, oauth_verifier is always required on the access token step in the OAuth 1.0a protocol, regardless of oauth_callback matching a pre-registered one or not. We'll pass the oauth_verifier to you on your callback step which you then need to send along with your access token request. You may f