我正在使用Generator Angular Fullstack製作我的第一個Web應用程序。 https://github.com/DaftMonk/generator-angular-fullstackAngularStack Facebook,Google +和Twitter身份驗證
在初始化過程中我設定OAuth以下:Facebook的,Google +和Twitter
我使用Openshift的歡迎,並在對項目後......我用我通過項目初始化跑到這裏將其添加到openshift的步驟。這包括爲RHC設置Facebook,Google+和Twitter身份驗證的環境變量。我也加了這些。
但是,使用我的新應用...我無法在Facebook,Google +或Twitter上創建新帳戶。 當我創建新帳戶,這些都是錯誤的,我得到:
Facebook的:
Invalid App ID: id
Google+的方式:
401. That’s an error.
Error: invalid_client
The OAuth client was not found.
Request Details
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
response_type=code
redirect_uri=http://site.rhcloud.com/auth/google/callback
client_id=id
That’s all we know.
的Twitter:
Internal Server Error
我沒有做過多少除了通過教程到目前爲止。但我覺得我錯過了一些東西。對此主題的任何幫助將grea.t謝謝:)