Re: [twitter-dev] Please help. Cannot get verify_credentials.xml to work with seemingly correct request

2009-12-27 Thread Abraham Williams
Are you using custom code or a known ASP OAuth library?

Do any other authenticated request work for you such as statuses/update?

On Fri, Dec 25, 2009 at 23:57, Eric T. Peterson wrote:

> Folks,
>
> For some reason I ** cannot ** seem to make a request for /account/
> verify_credentials.xml via an ASP-based request.  I'm using
> Server.CreateObject("Microsoft.XMLHTTP") and generating the following
> URL:
>
>
> http://twitter.com/account/verify_credentials.xml?oauth_consumer_key=GWLrrqixPNWscdvwpHGrSw&oauth_token=83692200-mJvKXGoqdZVZOj3lrYhBe2pKAMIEdgPBUp5VRE7G8&oauth_nonce=rtuddtjukxjp&oauth_timestamp=1261806964&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=dIuA1bcXvF2rJ4LyJ2eE7%2B0qmIM%3D
>
> Based on everything I've read this looks correct but gets back a 401/
> unauthorized every time.
>
> Can anyone see what is going wrong?
>
> Thanks.
>
>


-- 
Abraham Williams | Awesome Lists | http://awesomeli.st
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Madison, WI, United States


[twitter-dev] Please help. Cannot get verify_credentials.xml to work with seemingly correct request

2009-12-25 Thread Eric T. Peterson
Folks,

For some reason I ** cannot ** seem to make a request for /account/
verify_credentials.xml via an ASP-based request.  I'm using
Server.CreateObject("Microsoft.XMLHTTP") and generating the following
URL:

http://twitter.com/account/verify_credentials.xml?oauth_consumer_key=GWLrrqixPNWscdvwpHGrSw&oauth_token=83692200-mJvKXGoqdZVZOj3lrYhBe2pKAMIEdgPBUp5VRE7G8&oauth_nonce=rtuddtjukxjp&oauth_timestamp=1261806964&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=dIuA1bcXvF2rJ4LyJ2eE7%2B0qmIM%3D

Based on everything I've read this looks correct but gets back a 401/
unauthorized every time.

Can anyone see what is going wrong?

Thanks.