• Hi,

    I am trying to do setting for wordbooker and I got this error message

    Fatal Error. Facebook Client libraries missing key functions.Please check your installed plugins for other Facebook plugins

    If I comment out
    if (!method_exists( ‘FacebookRestClient’, ‘stream_publish’ ) ){ $missing=1;}
    if (!method_exists( ‘FacebookRestClient’, ‘stream_addcomment’ ) ){ $missing=1;},
    then I can get into the setting page but still it shows Facebook API: Your client library is missing stream_publish. Please check for other Facebook plugins at the bottom part of the page, but I don’t have any other plugin except wordbooker. Can anyone help, please?

    My wordbooker version is 1.8.5

    http://wordpress.org/extend/plugins/wordbooker/

Viewing 1 replies (of 1 total)
  • Plugin Author Steve

    (@steveatty)

    Its not finding the functions it needs to work in the loaded facebook API files which are in the facebook-platform/php subfolder.

    Can you check your php error log it could be that you’ve got a problem with the restrictions on your php includes.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Wordbooker] Fatal Error. Facebook Client libraries missing key functions.’ is closed to new replies.