Friday 19 April 2013

Login with google


First go to
https://code.google.com/apis/console/?pli=1

you will get

do like this

After that create outh

please give details 

after that go to index.php 
########## Google Settings.. Client ID, Client Secret #############
$google_client_id  = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';  //give your client id
$google_client_secret  = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx';    //give ur client secret id
$google_redirect_url  = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx';    //give redirect url
$google_developer_key  = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';//give developer key


########## MySql details (Replace with yours) #############
$db_username = ""; //Database Username
$db_password = ""; //Database Password
$hostname = "localhost"; //Mysql Hostname
$db_name = ''; //Database Name
//please made change all info given above and use it !! 


Download

No comments:

Post a Comment