PHP Classes

copy.com oauth

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  copy.com oauth  >  (Un) Subscribe thread alerts  
Subject:copy.com oauth
Summary:Can you add copy.com oauth?
Messages:5
Author:jack chan
Date:2014-08-23 06:38:29
 

  1. copy.com oauth   Reply   Report abuse  
Picture of jack chan jack chan - 2014-08-23 06:38:29
Can you add copy.com oauth?
doc here: https://developers.copy.com/documentation
thanks a lot

  2. Re: copy.com oauth   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-08-26 06:38:19 - In reply to message 1 from jack chan
I finally made time to implement copy API support. Just let me know if you find any issues.

  3. Re: copy.com oauth   Reply   Report abuse  
Picture of jack chan jack chan - 2014-08-26 07:12:22 - In reply to message 2 from Manuel Lemos
Thanks a lot for provide it.
Works fine :) (Just Please change page title to "Copy Oauth")

  4. Re: copy.com oauth   Reply   Report abuse  
Picture of jack chan jack chan - 2014-09-01 10:17:37 - In reply to message 3 from jack chan
I store "access_token" and "access_token_secret" in my db for offline access.
How i can check that user revoked token?(oauth 1.0a)

  5. Re: copy.com oauth   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-09-01 11:22:11 - In reply to message 4 from jack chan
There is no way to know if a token is no longer valid until you send an API call and the token is not accepted.