Hi,I've just recently started to use the API and am currently stuck trying to get the authenticated user's username.When trying to get the user info with https://springpad.com/api/users/GigAtom it works just fine but when I am authenticated as GigAtom (using OAuth) and try to get the user info with https://springpad.com/api/users/me it fails and returns this error:SessionbasedlogincanonlybeusedwiththecorrectusernameandsecurityTokenparameterI'm not sure if /users/{username} even supports 'me' as a username (because it's not mentioned in the docs). That's why I tried it with https://springpad.com/api/users/me/blocks as well but still the same results.Thanks in advance.- Thomas