Deauthentication through Dropbox JSON API (webhooks) -


we're using dropbox api in our app haven't found way succcessfully deauthenticate.

currently call disable_access_token on logout, works (i.e. subsequent calls using token fail).

unfortunately, next time oauth2 login process initiated session gets revived without asking user credentials, meaning until app uninstalled, 1 dropbox user can authenticated.

this seems regression issue working few weeks ago (that is, session not being revived automatically).

edit

to clear, i'm looking way deauthenticate user in such way when oauth process run again user presented login page. compulsory behaviour, i'm hoping has found way.

for interested, have found solution.

send request to: http://www.dropbox.com/logout?access_token=xxxxx

this disable access token , prevent oauth process automatically reviving.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -