How can i use login_with_dropbox.php and permanently store the access code so i can reuse over and over again? happy to store this in a cookie or somewhere on the server in a file. thanks
Manuel Lemos - 2014-04-04 04:12:11 - In reply to message 1 from Matthew Coad
Take a look at this article about offline access to APIs. Despite it mentions Google, it can be used for any other API. It tells you how to save token data to a database.