Hi, I'm developing a simple gadget that interacts with the Twitter
API, it uses oauth to authenticate with the service provider (twitter
servers).
here's the code for the gadget via pastie:
http://pastie.org/536055
I put a breakpoint in firebug to see the result, but twitter servers
throw a 403 (unauthorized) response....
What am I doing wrong?