Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
directeur
Hi folks! :) I just launched this little thingy http://extra.noiseriver.com but when I try to access http://extra.noiseriver.com/a... (which is a method decorated with @authenticated) I'm not being automatically redirected to http://extra.noiseriver.com/oauth... - what am I doing wrong?
Well, here's what I think about the bug. I accessed the site, authorized it and revoked the access (the cookie was still in my browser) the @authenticated decorator was "gamed" - directeur
That's the reason for this line of code: http://code.google.com/p.... @authenticated just guarantees that you have a token, not that it is a valid one. If you get a 401 you should get a new token. - Benjamin Golub