Skip to content
vineetmobile edited this page Mar 24, 2014 · 1 revision

###Step by Step Guide to Get GooglePlus (Google OAuth 2.0) consumer key and secrets.

  1. 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

GooglePlus

  1. 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

    GooglePlus

  2. 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.

Clone this wiki locally