[twitter-dev] Help with xAuth and PHP

2010-08-14 Thread hgc2002
Hi, I have been unable to get the access token for xAuth. I've been granted xAuth but now I need to use it, so that's why I'm requesting your help. This is the output I'm getting: HTTP/1.1 401 Unauthorized Date: Fri, 13 Aug 2010 17:34:58 GMT Server: hi Status: 401 Unauthorized X-Transaction:

Re: [twitter-dev] Help with xAuth and PHP

2010-08-14 Thread Tom van der Woerdt
Hi, I've seen several things: 1. I *think* that your URL encode function is slightly wrong - this is what my PHP OAuth site has : return str_replace( '+', ' ', str_replace('%7E', '~', rawurlencode($input)) ); 2. You seem to be lucky that the sort order is right, but your

[twitter-dev] help with xAuth

2010-04-08 Thread John
I've done exactly what the docs say to do for xAuth (http:// apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for- xAuth). Yet I keep getting Failed to validate oauth signature and token. The only thing the docs doesn't note is the secret key that is used to sign. Am I suppose to

Re: [twitter-dev] help with xAuth

2010-04-08 Thread Cameron Kaiser
I've done exactly what the docs say to do for xAuth (http:// apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for- xAuth). Yet I keep getting Failed to validate oauth signature and token. The only thing the docs doesn't note is the secret key that is used to sign. Am I