Title: [Plugin: FB Open Graph Actions] Caching query
Last modified: August 20, 2016

---

# [Plugin: FB Open Graph Actions] Caching query

 *  Resolved [deefuz](https://wordpress.org/support/users/deefuz/)
 * (@deefuz)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-fb-open-graph-actions-caching-query/)
 * Hello
 * I installed that on pkfoot.com but it seems that the function gathering the “
   is_publishing” bool is caching to query to db. I always get the result (bool 
   = 1) that i accept sharing even if i disabled it later.
 * Do u know why?
 * Best
 * [http://wordpress.org/extend/plugins/fb-open-graph-actions-free/](http://wordpress.org/extend/plugins/fb-open-graph-actions-free/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [chrisjhoughton](https://wordpress.org/support/users/chrisjhoughton/)
 * (@chrisjhoughton)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-fb-open-graph-actions-caching-query/#post-2923182)
 * Hi Deefuz,
 * What’s your url? Also, are you using the most up-to-date version?
 * Chris
 *  Thread Starter [deefuz](https://wordpress.org/support/users/deefuz/)
 * (@deefuz)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-fb-open-graph-actions-caching-query/#post-2923204)
 * 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](https://wordpress.org/support/users/chrisjhoughton/)
 * (@chrisjhoughton)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-fb-open-graph-actions-caching-query/#post-2923276)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/fb-open-graph-actions-free.svg)
 * [FB Open Graph Actions (moved)](https://wordpress.org/plugins/fb-open-graph-actions-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fb-open-graph-actions-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fb-open-graph-actions-free/)
 * [Active Topics](https://wordpress.org/support/plugin/fb-open-graph-actions-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fb-open-graph-actions-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fb-open-graph-actions-free/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [chrisjhoughton](https://wordpress.org/support/users/chrisjhoughton/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-fb-open-graph-actions-caching-query/#post-2923276)
 * Status: resolved