Hi Guillaume, <br><br>YQL uses OAuth (3-legged) to determine the user from an API call. Here is a starting guide to how that would work:<br>http://developer.yahoo.com/oauth/guide/oauth-guide.html<br><br>The basic flow is that you have a user signed in at Yahoo! and you first would make a request to the OAuth API to get a token which will represent your cookies then you will sign a request with your token and secret and that signed call will be made to YQL. <br><br>This chapter might help you understand too: http://developer.yahoo.com/oauth/guide/oauth-signing.html<br><br>Hope that helps!<br><br>stephen