am integrating googleplus api into my site.🙂
https://code.google.com/apis/console
https://developers.google.com/+/api/oauth#about
I follow the steps mentioned in the above url.for authentication.
while creating web application ,at the last moment am getting error as
'An unexpected error has occured . we are looking into it.'''
even though am getting client id and secret key.
i follow the google console procedure.
while run from my localhost am getting following error.
Fatal error: Uncaught exception 'apiIOException' with message 'HTTP Error: (7) couldn't connect to host' in C:\xampp\htdocs\googleplus\google-api-php-client\src\io\apiCurlIO.php:121 Stack trace: #0 C:\xampp\htdocs\googleplus\google-api-php-client\src\auth\apiOAuth2.php(73): apiCurlIO->makeRequest(Object(apiHttpRequest)) #1 C:\xampp\htdocs\googleplus\google-api-php-client\src\apiClient.php(130): apiOAuth2->authenticate(Array) #2 C:\xampp\htdocs\googleplus\index.php(44): apiClient->authenticate() #3 {main} thrown in C:\xampp\htdocs\googleplus\google-api-php-client\src\io\apiCurlIO.php on line 121
but from my domain it dont give this type of error..
simply blank screen appeared.
could you please anyone resolve it?
google api library:google-api-php-client
os : windows