Re: [twitter-dev] TwitPic oAuth Echo Help! - PHP

2010-06-15 Thread Rajiv Verma™
Might be because Twitter is behaving wired from the last 2 days. On Tue, Jun 15, 2010 at 5:00 PM, Greg gregory.av...@gmail.com wrote: Hello all, I've trying to get this to work for the past couple of days - but every request to TwitPic returns a 401. I'm signing the requests with my

Re: [twitter-dev] TwitPic oAuth Echo Help! - PHP

2010-06-15 Thread Taylor Singletary
One thing to watch out for with OAuth Echo is that you don't actually execute the verify_credentials call yourself when you're building the authorization header for the request -- by doing so, you will have marked the oauth_nonce you used as already processed. Looking at your code, I don't think

Re: [twitter-dev] TwitPic oAuth Echo Help! - PHP

2010-06-15 Thread Taylor Singletary
Hi Greg, Went over your code a bit more and got it to work with TwitPic -- here's the new version: http://pastie.org/1005387 Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Jun 15, 2010 at 6:31 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: One