There is something I don't get. In the request below, there is no oauth_token (well, it is empty). So the user isn't authenticated ? How can these calls work without a valid oauth access token ?I have tried myself to make direct REST API calls without token but I always get an HTTP 401 result. However, when using an oauth access token, ...