我正在使用 Generator Angular Fullstack 制作我的第一个 Web 应用程序。我在这里完成了项目初始化: https ://github.com/DaftMonk/generator-angular-fullstack
在初始化期间,我为以下内容设置了 oAuth:Facebook、Google+、Twitter
我也在使用 Openshift,在初始化项目之后......我使用这些步骤将其添加到 openshift。这包括为 RHC 设置用于 Facebook、Google+ 和 Twitter 身份验证的环境变量。我也添加了这些。
但是,使用我的新应用程序...我无法使用 Facebook、Google+ 或 Twitter 创建新帐户。当我创建新帐户时,这些是我得到的错误:
Facebook:
Invalid App ID: id
谷歌+:
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.
推特:
Internal Server Error
到目前为止,除了完成教程之外,我还没有做太多事情。但我觉得我错过了什么。关于这个主题的任何帮助都会很棒。谢谢:)