I am making my first web application using the Angular Fullstack generator. I went through the initialization of the project here: https://github.com/DaftMonk/generator-angular-fullstack
During initialization, I installed oAuth for the following: Facebook, Google+, Twitter
I also use Openshift, and after initializing the project ... I used the steps to add it to openshift. This included setting environment variables for RHC for Facebook, Google+, and Twitter authentication. I added them as well.
However, with my new application ... I cannot create a new account on Facebook, Google+ or Twitter. When I create a new account, these are the errors I get:
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 :)