added ability to authorize on dropbox thru popup

This commit is contained in:
coderaiser 2013-01-14 05:34:37 -05:00
parent c1ce0e62e7
commit d7de69d61b

11
html/auth/dropbox.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<script src=http://cdnjs.cloudflare.com/ajax/libs/dropbox.js/0.8.1/dropbox.min.js></script>
</head>
<body>
<script>
Dropbox.Drivers.Popup.oauthReceiver();
</script>
</body>
</html>