• Resolved popsantiago

    (@popsantiago)


    Salut,
    J’ai donc mis en place AWD, j’ai rempli les éléments, mais qd j’active FBConnect, coté admin je suis connecté, je n’ai pas de pb particulier hormis le fait que ca casse quelques éléments de l’admin template.
    Par contre, coté front office, la page se reload toute seule… je ne sais pas pkoi.
    Merci pour ton aide

Viewing 15 replies - 16 through 30 (of 40 total)
  • Didn’t see any error in the server logs.

    The new version didn’t work for me either.

    I tried another plug-in called “Facebook Connect”, it has its problems but it worked with the log-in part except for IE browsers. I think an earlier version of AWD All in one worked too. Don’t know if this info will help.

    Plugin Author AHWEBDEV

    (@ahwebdev)

    It’s normal old versions was used old facebook api.

    After the 1st october, all applications must be migrated to Ouaht2 format.
    I use sdk that facebook give to prevent for futur changes.
    It seems the problem only occured with IE ?

    To fix the problem with IE you should add a line in your header html
    look here

    I have added the line before, but it didn’t solve the problem. The problem occurred for all browsers with new version 0.9.7.6.

    Plugin Author AHWEBDEV

    (@ahwebdev)

    Do you have this problem in admin too ?

    Plugin Author AHWEBDEV

    (@ahwebdev)

    I have a last solution to try…

    – You can open the plugin folder,
    – go in to facebook-awd folder.
    – open the file AWD_facebook.php
    – go to the line 762 and comment it.
    as
    //do_action('wp_login', $user_object->user_login);

    This action can be redefine by plugin. It’s possible your theme use it, and redirect on a bad url… or try to do something else.

    Maybe that can be worked without this line.

    Try and tell me.
    (Or you can retry to download the last dev version)

    Thread Starter popsantiago

    (@popsantiago)

    hum… Ecoute j’ai mis a jour le plugin y a 10min avec la nouvelle version, et tout semble fonctionner du boulot, je regarde chez moi pr etre sur mais joli boulot!
    Merci

    Plugin Author AHWEBDEV

    (@ahwebdev)

    Cool!
    Merci de me dire si ?a roule encore ce soir!

    It still didn’t work for me.

    I know it’s weird, it worked for everyone else.

    Saw this in the error log:
    Bad Signed JSON signature!

    I’m getting the same problem. If a user has connected with my blog and is logged into facebook then the JS getLoginStatus call invokes window.location.reload(true). The PHP code is failing to get a user id and thinks the user is logged out so continues to render the redirect on every page. I examined $_SESSIONS within the Facebook SDK and it only contains a single variable fb_<app_id>_state.

    Plugin Author AHWEBDEV

    (@ahwebdev)

    Yes, i do not know why PHP can’t find the cookie create by javascript using php sdk and JS sdk

    This plugin use Oauth2 to connect to facebook, so session is no more used to share info between JS and PHP. Now it’s cookie format. But it Seems the cookie was not finded by php.

    I do not have the time to work on it this week, i will try some test on the next week.

    Plugin Author AHWEBDEV

    (@ahwebdev)

    Can you try the dev version again ?

    https://downloads.www.ads-software.com/plugin/facebook-awd.zip

    I changed the moment when init sdk is call, now in wp_loaded hook action.
    And i add in the action hook send_headers:
    header('P3P: CP="CAO PSA OUR"');

    Someone can try that version and tell if refresh is always here ?

    I tried the dev version, still no luck.

    Oh god… I found the problem but I’m not sure how it arose. It seems the secret as entered in the config settings has a trailing space. Not sure how I didn’t notice this. It seemed to work fine previously (but this is a new install that’s only been up for a couple weeks).

    Plugin Author AHWEBDEV

    (@ahwebdev)

    @hsiutayu are you sure that your code do not have any space before doctype ? if space are send before header, this can brake the plugin. (json encoded response)

    Just checked my files, they are good, no space before doctype.

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘[Plugin: Facebook AWD All in one] Refresh everytime on website’ is closed to new replies.