-
Notifications
You must be signed in to change notification settings - Fork 133
Guide Google Plus
vineetmobile edited this page Mar 24, 2014
·
1 revision
###Step by Step Guide to Get GooglePlus (Google OAuth 2.0) consumer key and secrets.
- Login with your Gmail user id and password and click [https://code.google.com/apis/console#access]. You will view below screen after clicking API&auth - Credentials
-
Click Create New Client ID and choose Web Application and enter you callbackurl and domain name. For example : domain - http:\socialauth.in and callback url http:\socialauth.in\success
-
Note ClientID and Clientsecret and add in oauth_consumer.properties file.You need to provide callback url in code. Check custom-ui example for use.