On 8/31/10 8:01 AM, Karthik K wrote:
> for example:
> 
> trackwords: {"starwars","obama"}
> authorization with username,password: working
> using oauth :working
> 
> trackwords: {"star wars","obama"}
> authorization with user name,password: working
> using oauth i get 401 error
> 
> Thanks,
> Karthik

Sounds like your URL encoding is wrong. You should encode the space as
%20, not as +

Tom

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to