Prob with facebook platform

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Merenguista
    Senior Member
    • Jul 2010
    • 555
    • 5.3.x

    Prob with facebook platform

    Hi


    When i set "Enable Facebook Platform" to [yes], i get this error in the top of my forum :


    in \core\vb\facebook.php on line 367 i have this :

    PHP Code:

        
    // init the facebook graph api            $this->facebook = new vB_Facebook_vUrl(array(

     
    'appId' => $options['facebookappid'],                                  
    'secret' => $options['facebooksecret'],                                  
    'cookie' => true 
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Do you have cURL installed on your server?
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Merenguista
      Senior Member
      • Jul 2010
      • 555
      • 5.3.x

      #3
      My site is not in server, but in my localhost ..
      Last edited by Merenguista; Tue 9 Oct '12, 9:31am.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73981

        #4
        You will need to make sure that cURL is enabled in your localhost.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • Merenguista
          Senior Member
          • Jul 2010
          • 555
          • 5.3.x

          #5
          How can i do that ?

          and what exactly is cURL ?

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 73981

            #6
            It is a client library in PHP used to securely retrieve URLs and files from other locations.

            Translations provided by Google.

            Wayne Luke
            The Rabid Badger - a vBulletin Cloud demonstration site.
            vBulletin 5 API

            Comment

            Related Topics

            Collapse

            Working...