Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Chilkat Forum
»
Technologies
»
Auth
»
What is the resolution for obtaining an authorisation_code via Javascript
« previous
next »
Print
Pages: [
1
]
Author
Topic: What is the resolution for obtaining an authorisation_code via Javascript (Read 33477 times)
ns1
Newbie
Posts: 1
Karma: +0/-0
What is the resolution for obtaining an authorisation_code via Javascript
«
on:
December 05, 2017, 07:39:22 AM »
What is the resolution for obtaining an authorisation_code via JavaScript for the BOX API?
The documentation (
http://developers.box.com/oauth/
) suggests using POSTMAN or curl. In this example, like the clientID is 123 and secret code is 456 and so on. So i am using below URL in browser to get authorization code:
https://wwww.box.com/api/oauth2/authorize?response_type=code&client_id=33232323&redirect_uri=https://0.0.0.0&state=authentication
let's say the response is 'xyz' as authorisation_code.
Logged
Print
Pages: [
1
]
« previous
next »
Chilkat Forum
»
Technologies
»
Auth
»
What is the resolution for obtaining an authorisation_code via Javascript