Hello,
when we access the auth 2 authorization interface at:
https://api.dropbox.com/1/oauth2/authorize?response_type=code&client_id=zzzzzzz&redirect_uri=https:/...
If the authentication is successful and user has accepted that my app can access their files,
it then invoke https://localhost:4433/Test with the Code parameter and token info.
From there, we do not know which user has just accepted our app.
Is there anyway to have drop box invoke https://localhost:4433 and add the user id or anything to identify the user?
Please let me know!
Thanks