0

I wanted to know if the length of access token is constant all the time. I'm using OAuth 2 authentication type and want to get the access token from the final redirect URI generated.

I'm trying to do substring of URI to get the access token and want to know if the length is constant.

2
  • Dropbox makes no guarantee that the length of an access token will remain constant. I'd suggest parsing the URI with a real URI parsing function.
    – user94559
    Commented Oct 27, 2015 at 18:37
  • [Cross-linking for reference: dropboxforum.com/hc/en-us/community/posts/… ]
    – Greg
    Commented Oct 27, 2015 at 18:41

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.