Note that there are some explanatory texts on larger screens.

plurals
  1. POHybrid Auth with Codeigniter
    text
    copied!<p>I downloaded the codeigniter extension of HybridAuth here: </p> <p><a href="https://github.com/andacata/HybridIgniter" rel="nofollow">https://github.com/andacata/HybridIgniter</a></p> <p>I followed instructions on its use. When I try to login via any provider at: <code>www.mydomainname.com/hauth/login/twitter</code> it loads a page saying:</p> <pre><code>HybridAuth Open Source Social Sign On PHP Library. hybridauth.sourceforge.net/ </code></pre> <p>It never works. I have valid API credentials for Twitter and Facebook but both load this page and nothing else happens. Any tips would be greatly appreciated.</p> <p><strong>UPDATE</strong></p> <p>My log says:</p> <pre><code>Hybrid_Provider_Adapter::login( facebook ), redirect the user to login_start URL. -- Array ( [hauth_return_to] =&gt; http://www.sitename.com/hauth/login/facebook [hauth_token] =&gt; 6vjglu8usmsjqsi74cku8o85j3 [hauth_time] =&gt; 1335997302 [login_start] =&gt; http://sitename.com/hauth/endpoint?hauth.start=facebook&amp;hauth.time=1335997302 [login_done] =&gt; http://sitename.com/hauth/endpoint?hauth.done=facebook ) INFO -- 127.0.0.1 -- 2012-05-03T00:21:42+02:00 -- Enter Hybrid_Auth::redirect( http://sitename.com/hauth/endpoint?hauth.start=facebook&amp;hauth.time=1335997302, PHP ) </code></pre> <p><strong>UPDATE</strong></p> <p>Here is a link to the controller</p> <p><a href="https://github.com/andacata/HybridIgniter/blob/master/application/controllers/hauth.php" rel="nofollow">https://github.com/andacata/HybridIgniter/blob/master/application/controllers/hauth.php</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload