Hello,
I'm a newcomer to BOX, and I get some problem now, hope to get some assist;
My case is when I want to get AUTHORIZATION CODE through BOX api with Java,
I send a http request to 'https://account.box.com/api/oauth2/authorize?response_type=code&client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&state=security_token%3DKnhMJatFipTAnM0nHlZA',and I changed client_id, redirect_uri with my configue, but the response I got is never like this :
?code=;
