PHP Classes

Save Dropbox Auth

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Save Dropbox Auth  >  (Un) Subscribe thread alerts  
Subject:Save Dropbox Auth
Summary:saving auth key
Messages:3
Author:Matthew Coad
Date:2014-04-04 03:27:55
Update:2014-04-05 02:09:01
 

  1. Save Dropbox Auth   Reply   Report abuse  
Picture of Matthew Coad Matthew Coad - 2014-04-04 03:27:55
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

  2. Re: Save Dropbox Auth   Reply   Report abuse  
Picture of Manuel Lemos 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.

phpclasses.org/blog/package/7700/po ...

  3. Re: Save Dropbox Auth   Reply   Report abuse  
Picture of Matthew Coad Matthew Coad - 2014-04-05 02:09:01 - In reply to message 2 from Manuel Lemos
thanks manuel your article helped alot. got it working now.