• Resolved cpilko

    (@cpilko)


    I’m using the PHP SDK to pull dynamic content via the Graph API into a widget on my site via a custom plugin.

    After installing the Facebook plugin, I get an error Cannot redeclare class Facebook... if I try to include a copy of the standard PHP SDK. I commented out my include and now rely on the Facebook class loaded by the plugin.

    Now, when I try to make an api call (fql), I get the error: Access to undeclared static property: BaseFacebook::$CURL_OPTS in my_server/wp-content/plugins/facebook/includes/facebook-php-sdk/base_facebook.php on line 880.

    https://www.ads-software.com/extend/plugins/facebook/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Yes, the plugin has a modified version of this class.

    Try using the class Facebook_WP instead, which extends the Facebook class to use the WordPress WP_HTTP API.

    Thread Starter cpilko

    (@cpilko)

    Thanks Otto. That works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Facebook] Plugin using a different PHP SDK?’ is closed to new replies.