-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
endpoint issue #1
Comments
This is probably caused because CodeIgniter is unable to find the endpoint. If you search at the CodeIgniter log, you will find this error: ERROR - 2012-04-22 11:27:04 --> 404 Page Not Found --> hauth/endpoint You can follow this steps:
DEBUG - 2012-04-22 11:35:41 --> controllers.HAuth.endpoint called. DEBUG - 2012-04-22 11:35:41 --> controllers.HAuth.endpoint: the request method is GET, copying REQUEST array into GET array. If the result is not the same, please, send me the relevant part from the CodeIgniter and HybridAuth config and logs. Best regards. |
thank you so much for the in depth response! you're a lifesaver. |
You're welcome. Let me know if this helps you with the problem. |
i have installed the hybridigniter files to my server, changed all the necessary settings, and when i click the link to authenticate the provider, it takes me to the endpoint with the querystring "?hauth.start=[provider]&hauth.time=1335053295" tacked to the url, but the authentication stops short there... is there something i'm missing? where do i go from here?
The text was updated successfully, but these errors were encountered: