PHP Classes

Error: it was not found the OAuth session for user 1

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Error: it was not found the OAuth...  >  (Un) Subscribe thread alerts  
Subject:Error: it was not found the OAuth...
Summary:Fatal error: Class 'http_class' not found
Messages:3
Author:Duc Canh Bui
Date:2013-07-05 02:42:15
Update:2013-07-05 08:01:14
 

  1. Error: it was not found the OAuth...   Reply   Report abuse  
Picture of Duc Canh Bui Duc Canh Bui - 2013-07-05 02:42:15
Hello, Manuel Lemos
Thank for your source code :D

When I used it, I have a error
"Error: it was not found the OAuth session for user 1" AFTER accept accounts
AND
"Fatal error: Class 'http_class' not found in C:\xampp\htdocs\OpenID\oauth_client.php on line 999"

I'm a new php programmer. Please help me

Many Thanks!

  2. Re: Error: it was not found the OAuth...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-07-05 05:49:06 - In reply to message 1 from Duc Canh Bui
The HTTP class is mentioned on the dependencies.

phpclasses.org/httpclient

  3. Re: Error: it was not found the OAuth...   Reply   Report abuse  
Picture of Duc Canh Bui Duc Canh Bui - 2013-07-05 08:01:14 - In reply to message 2 from Manuel Lemos
Oh, thanks :D