PHP Classes

Error with oauth client error

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  Error with oauth client error  >  (Un) Subscribe thread alerts  
Subject:Error with oauth client error
Summary:for google, facebook, linkedin and twitter
Messages:2
Author:punit panchal
Date:2014-09-29 04:50:38
 

  1. Error with oauth client error   Reply   Report abuse  
Picture of punit panchal punit panchal - 2014-09-29 04:50:38
hi Manuel Lemos,

I'm finding hard to resolve this issue now.
I'm Getting Error
For Google :
"OAuth client error" : Error: it was not possible to open the OAuth access token URL: 101 could not connect to the host "accounts.google.com".

For Facebook :
"OAuth client error" :
Error: it was not possible to open the OAuth access token URL: 101 could not connect to the host "graph.facebook.com".

I have migrated from php 5.3.28 to php 5.4.24 but still i m getting these error.

you can check my server config @ http://scitechequipments.com/phpinfo.php

I dont know what is missing out here.

Please Help me out


Thanks and Regards
Punit

  2. Re: Error with oauth client error   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-09-29 05:19:34 - In reply to message 1 from punit panchal
Error 101 means that the Google server network you need to connect is unreachable for some reason. Very likely your hosting company disabled network connections. You need to ask them.