2012-08-16 137 views
1

我正在嘗試使用SecureSocial 2.當我嘗試使用現有帳戶時谷歌它給了我錯誤:SecureSocial 2 with play 2 framework

Error: invalid_client 

scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email 
response_type=code redirect_uri=http://localhost:9000/authenticate/google 
state=736c4f77-14e8-4cde-ac61-7df8796067ba 
client_id=your_client_id 

請告訴我該怎麼做才能整理出來。非常感謝。

+0

你正確地通過配置文件配置SecureSocial(https://github.com/jaliss/securesocial/blob/master/samples/java/demo/conf /securesocial.conf)? – 2012-08-16 19:40:36

+0

my ** securesocial.conf **文件與github上的文件完全相同,是否需要進行任何更改? – Nishikant 2012-08-16 20:04:47

回答

2

您必須在Google上註冊您的應用程序,該應用程序將提供客戶端ID和客戶端密鑰。

看看這個文檔從谷歌:https://developers.google.com/accounts/docs/OAuth2

+0

感謝您的回答,您能否告訴我應該在哪裏放置重定向URI。我得到錯誤**錯誤:redirect_uri_mismatch ** – Nishikant 2012-08-16 21:44:01

+0

它現在正在工作,我改變了重定向uri。 – Nishikant 2012-08-16 21:55:54

+0

你把重定向uri改成了什麼? – 2013-06-25 01:19:01