I'm working with Box Java SDK here (http://opensource.box.com/box-java-sdk/)
Now, I want to access to my account through API. The problem is:
I want to access only to my account using username, password, clientid, client secret to authorize. But follow the document, I must send request to https://app.box.com/api/oauth2/authorize to get authorize_code and after that using SDK to authorize.
I want to ask about any ways to authorize but did not do following there steps? Because I only access to my account and I have username, password to access.
Please give me advice about it
Thanks