Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/09/2013, 17:48
Avatar de jamie_88
jamie_88
 
Fecha de Ingreso: abril-2011
Ubicación: Lima
Mensajes: 161
Antigüedad: 13 años
Puntos: 28
CodeIgniter + hybridauth

Hola, estoy usando CodeIgniter + hybridauth... http://hybridauth.sourceforge.net/

mientras en local no he tenido problemas, cuando he subido la aplicacion a subdominio.dominio.com me ha comenzado a salir el siguiente mensaje:

Error authenticating user.

que corresponde a:

Código PHP:
if ($service->isUserConnected())
{
}
else 
// Cannot authenticate user
{
    
show_error('Cannot authenticate user');

pero no llego a entender el porque, ya cambie los id y secret... y nada...

alguien tiene alguna idea?...

Última edición por jamie_88; 27/09/2013 a las 17:58