Re: [twitter-dev] xAuth - favorites/create - bug - 401 error

2010-06-16 Thread Taylor Singletary
Can you share your signature base string that was used to create this request? I also highly recommending using HTTP Header-based OAuth instead of query-string based OAuth. It separates concerns and makes debugging much simpler. Taylor Singletary Developer Advocate, Twitter http://twitter.com/epi

[twitter-dev] xAuth - favorites/create - bug - 401 error

2010-06-16 Thread chiu ming luk
The xAuth - favorites/create - is broken I make calls to - favorites/create with an ID parameter using "xAuth" $response = $connection->get ( 'favorites/create', array ('id' => $status_id ) ); but I always getting 401 "Not authorized" Error === /1/favorit