Plugins
Unable to get the fb/ twitter plugin working

I'm getting an error saying

Directory access is forbidden.

array(
        "base_url" => "/sys/Ext/hybridauth/Hybrid",
I'm getting an error saying Directory access is forbidden. ```` array( "base_url" => "/sys/Ext/hybridauth/Hybrid", ````

Hi,

Are you using apache server ?

If yes, try this:

Create a .htaccess file in that directory with contents:

DirectoryIndex index.php index.html

Also try replacing hybridauthold folder to hybridauth in sys/Ext directory
and then configure it again

Hi, Are you using apache server ? If yes, try this: Create a .htaccess file in that directory with contents: ``` DirectoryIndex index.php index.html ``` Also try replacing hybridauthold folder to hybridauth in sys/Ext directory and then configure it again

Hi,

This is how our config.php looks [current forum]

<?php
    #AUTOGENERATED BY HYBRIDAUTH 2.1.2 INSTALLER - Sunday 2nd of February 2014 12:26:10 PM

/*!
* HybridAuth
* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
* (c) 2009-2012, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
*/

// ----------------------------------------------------------------------------------------
//    HybridAuth Config file: http://hybridauth.sourceforge.net/userguide/Configuration.html
// ----------------------------------------------------------------------------------------

return 
    array(
        "base_url" => RURI . "uni_login/authorize", 

        "providers" => array ( 
            // openid providers
            "OpenID" => array (
                "enabled" => true
            ),

            "AOL"  => array ( 
                "enabled" => true 
            ),

            "Yahoo" => array ( 
                "enabled" => true,
                "keys"    => array ( "id" => "", "secret" => "" )
            ),

            "Google" => array ( 
                "enabled" => true,
                          "keys" => array("id" => "918849199311-hpcbss880md4ghttbnarpvdmabcfo68q.apps.googleusercontent.com", "secret" => "SOMEHIDDENSECRET")  
            ),

            "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" => false,

        "debug_file" => ""
    );
Hi, This is how our config.php looks [current forum] ``` &amp;lt;?php #AUTOGENERATED BY HYBRIDAUTH 2.1.2 INSTALLER - Sunday 2nd of February 2014 12:26:10 PM /*! * HybridAuth * http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth * (c) 2009-2012, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html */ // ---------------------------------------------------------------------------------------- // HybridAuth Config file: http://hybridauth.sourceforge.net/userguide/Configuration.html // ---------------------------------------------------------------------------------------- return array( &quot;base_url&quot; =&amp;gt; RURI . &quot;uni_login/authorize&quot;, &quot;providers&quot; =&amp;gt; array ( // openid providers &quot;OpenID&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true ), &quot;AOL&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true ), &quot;Yahoo&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;id&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), &quot;Google&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array(&quot;id&quot; =&amp;gt; &quot;918849199311-hpcbss880md4ghttbnarpvdmabcfo68q.apps.googleusercontent.com&quot;, &quot;secret&quot; =&amp;gt; &quot;SOMEHIDDENSECRET&quot;) ), &quot;Facebook&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;id&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), &quot;Twitter&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;key&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), // windows live &quot;Live&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;id&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), &quot;MySpace&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;key&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), &quot;LinkedIn&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;key&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), &quot;Foursquare&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;id&quot; =&amp;gt; &quot;&quot;, &quot;secret&quot; =&amp;gt; &quot;&quot; ) ), ), // if you want to enable logging, set &#039;debug_mode&#039; to true then provide a writable file by the web server on &quot;debug_file&quot; &quot;debug_mode&quot; =&amp;gt; false, &quot;debug_file&quot; =&amp;gt; &quot;&quot; ); ```

hi, i need help. www.venezolanosen.com, Facebook login not work. Show.

Invalid Scopes: read_stream, read_friendlists. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions

hi, i need help. www.venezolanosen.com, Facebook login not work. Show. Invalid Scopes: read_stream, read_friendlists. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions

Hi,

        "Facebook" => array (
            "enabled" => true,
            "keys"    => array ( "id" => "******", "secret" => "++++" ),
            "scope"   => "email, user_about_me, user_birthday, user_hometown, user_website",
            "trustForwarded" => false
        ),
Hi, &quot;Facebook&quot; =&amp;gt; array ( &quot;enabled&quot; =&amp;gt; true, &quot;keys&quot; =&amp;gt; array ( &quot;id&quot; =&amp;gt; &quot;******&quot;, &quot;secret&quot; =&amp;gt; &quot;++++&quot; ), &quot;scope&quot; =&amp;gt; &quot;email, user_about_me, user_birthday, user_hometown, user_website&quot;, &quot;trustForwarded&quot; =&amp;gt; false ),
676
7
4
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft