I am trying to use the dropnet api but it requires an api key/secret and a user token/secret.
var client = new DropNetClient("API_KEY", "API_SECRET", "USER_TOKEN", "USER_SECRET");
I managed to find/generate my api key/secret but I don't find how to get "user secret" and "token" to access to my own account.