[twitter-dev] Getting 401 Unautherised when tryint to authenticate with oauth on favorites create and destroy.

2010-07-27 Thread Onn E
Hi, We are integrating into OAuth. So far we managed to sign and work with as many as 30 API functions with OAuth. We succeed on all but 2 functions: /favorites/create and /favorites/destroy. We get response code 401 with message: Could not authenticate you. Detailed below is the information

Re: [twitter-dev] Getting 401 Unautherised when tryint to authenticate with oauth on favorites create and destroy.

2010-07-27 Thread Taylor Singletary
Hi Onn, Our documentation at http://dev.twitter.com/doc/post/favorites/create/:idmay have been unclear in the past (it may even still be unclear). You don't need to pass the id element directly as a parameter -- it's a globbed parameter from the resource URL itself -- can you try your request