PHP Classes

PaypalApplication

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  PaypalApplication  >  (Un) Subscribe thread alerts  
Subject:PaypalApplication
Summary:PaypalApplication is not yet a supported type of OAuth server
Messages:4
Author:Tom
Date:2015-01-12 11:34:31
 

  1. PaypalApplication   Reply   Report abuse  
Picture of Tom Tom - 2015-01-12 11:34:31
Hi Manuel,

I'm trying to login to paypal with my REST API crendentials and up getting this error:

OAuth client error

Error: PaypalApplication is not yet a supported type of OAuth server. Please send a request in this class support forum (preferred) http://www.phpclasses.org/oauth-api , or if it is a security or private matter, contact the author Manuel Lemos mlemos@acm.org to request adding built-in support to this type of OAuth server.

Am I doing something very wrong, or is there a bigger problem to this?

Thanks a lot!

  2. Re: PaypalApplication   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-01-12 13:05:12 - In reply to message 1 from Tom
Are you using the latest version of the oauth_configuration.json?

  3. Re: PaypalApplication   Reply   Report abuse  
Picture of Tom Tom - 2015-01-12 16:32:13 - In reply to message 2 from Manuel Lemos
Yes, but just in case I downloaded the newest version and replaced my old one. Unfortunately I still get the same result.

  4. Re: PaypalApplication   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-01-12 20:31:58 - In reply to message 3 from Tom
That is odd because that message means precisely that the oauth_configuration.json file that you are using does not contain an entry named PaypalApplication. Maybe you are not placing the file in the correct place and the class is reading an old version.