Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author chrisjhoughton

    (@chrisjhoughton)

    Hi Deefuz,

    What’s your url? Also, are you using the most up-to-date version?

    Chris

    Thread Starter deefuz

    (@deefuz)

    Hello

    I’m using the version 1.31
    BTW, i found the origine of the error : i think that my “user data” contains bad chars.
    Controller.php function get_sidebar :
    I had to change the JSON parsing by :
    // Get the user
    $user = explode(“\””,stripslashes($data[‘user’]));
    //var_dump($user);
    //print_r($user);
    // See if the user is publishing
    $is_publishing = $this->FbOgAction->is_publishing($user[3]);

    // Set variables
    $fb_id = $user[3];
    $fb_name = $user[7];

    That’s why it didn’t fetch my “is_publishing status” before.
    No it’s working on pkfoot.com

    Best

    Plugin Author chrisjhoughton

    (@chrisjhoughton)

    Hi Deefuz,

    That’s a strange error – there’s never been a problem with other users before.

    Glad you got things working.

    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: FB Open Graph Actions] Caching query’ is closed to new replies.