PHP Classes

Invalid Client

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Invalid Client  >  (Un) Subscribe thread alerts  
Subject:Invalid Client
Summary:Problem google login
Messages:3
Author:Hany Dady
Date:2013-11-17 14:33:58
Update:2013-11-17 23:59:05
 

  1. Invalid Client   Reply   Report abuse  
Picture of Hany Dady Hany Dady - 2013-11-17 14:33:58
Good day guys,

First, I must say your script is really wonderful. Thank you. But I have problem when implementing google login into my site. Please check here, http://allpreview.net/oauth2callback. Its always getting error by invalid_client issues. I dont know what should I do. Im pretty sure if all parameter was setup correctly (client_id, application lines and secret_id). Can you help me to resolve the problem ?

Best Regards,
Edward S

  2. Re: Invalid Client   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-11-17 20:08:04 - In reply to message 1 from Hany Dady
Sometimes that is related with the name of your Google application that is not set. Try going to your Google API console and in the applications page set a name to your application.

  3. Re: Invalid Client   Reply   Report abuse  
Picture of Hany Dady Hany Dady - 2013-11-17 23:59:05 - In reply to message 2 from Manuel Lemos
Thank you for fast respond. OK, I will try it later to check again my register app.