I want to implement the Dropbox application in J2ME. The authorization process of Dropbox includes the consumer key & secret embedded in the source code, to be included in the very initial step /oauth/request_token. In the next step, the corresponding user id & password will be given in web and allow/reject the accessing of this account.
In this case, the problem comes if we want to access a different dropobox account.
is there any REST API to unlink this app from dropbox account? Can it be possible to link/unlink with multiple dropbox accounts? Any idea about this question? Thank you.