An Error Was Encountered
Error authenticating user.
I have entered secret and client id also
'/index.php/hauth/endpoint',
```
"providers" => array (
// openid providers
"OpenID" => array (
"enabled" => true
),
"Yahoo" => array (
"enabled" => true,
"keys" => array ( "id" => "", "secret" => "" ),
),
"AOL" => array (
"enabled" => true
),
"Google" => array (
"enabled" => true,
"keys" => array ( "id" => "", "secret" => "" ),
),
"Facebook" => array (
"enabled" => true,
"keys" => array ( "id" => "", "secret" => "" ),
),
"Twitter" => array (
"enabled" => true,
"keys" => array ( "key" => "", "secret" => "" )
),
// windows live
"Live" => array (
"enabled" => true,
"keys" => array ( "id" => "", "secret" => "" )
),
"MySpace" => array (
"enabled" => true,
"keys" => array ( "key" => "", "secret" => "" )
),
"LinkedIn" => array (
"enabled" => true,
"keys" => array ( "key" => "", "secret" => "" )
),
"Foursquare" => array (
"enabled" => true,
"keys" => array ( "id" => "", "secret" => "" )
),
),
// if you want to enable logging, set 'debug_mode' to true then provide a writable file by the web server on "debug_file"
"debug_mode" => (ENVIRONMENT == 'development'),
"debug_file" => APPPATH.'/logs/hybridauth.log',
);
```
/\* End of file hybridauthlib.php _/
/_ Location: ./application/config/hybridauthlib.php */
An Error Was Encountered
Error authenticating user.
I have entered secret and client id also
'/index.php/hauth/endpoint', ``` "providers" => array ( // openid providers "OpenID" => array ( "enabled" => true ), "Yahoo" => array ( "enabled" => true, "keys" => array ( "id" => "", "secret" => "" ), ), "AOL" => array ( "enabled" => true ), "Google" => array ( "enabled" => true, "keys" => array ( "id" => "", "secret" => "" ), ), "Facebook" => array ( "enabled" => true, "keys" => array ( "id" => "", "secret" => "" ), ), "Twitter" => array ( "enabled" => true, "keys" => array ( "key" => "", "secret" => "" ) ), // windows live "Live" => array ( "enabled" => true, "keys" => array ( "id" => "", "secret" => "" ) ), "MySpace" => array ( "enabled" => true, "keys" => array ( "key" => "", "secret" => "" ) ), "LinkedIn" => array ( "enabled" => true, "keys" => array ( "key" => "", "secret" => "" ) ), "Foursquare" => array ( "enabled" => true, "keys" => array ( "id" => "", "secret" => "" ) ), ), // if you want to enable logging, set 'debug_mode' to true then provide a writable file by the web server on "debug_file" "debug_mode" => (ENVIRONMENT == 'development'), "debug_file" => APPPATH.'/logs/hybridauth.log', ); ``` /\* End of file hybridauthlib.php _/ /_ Location: ./application/config/hybridauthlib.php */