Hi all,
my scenario is as follows:
1) mobile app
2) app server for redirect uri
I need to allow users to access their dropbox space from my application. So each user will have to authorize his copy of the app with dropbox by inserting user and pass.
My problem is that the response that the dropbox server sends to my server has no information about the user. I do not know if it is user A or user B to authorize. How can I solve this problem?
thanks in advantage