• I was using Facebook connect plugin by Valentinas and everything went fine.
    https://www.ads-software.com/extend/plugins/wp-facebook-connect/

    As from yesterday, it stopped functioning. No action appears when clicked on fb login button. Just this javascript error appears:

    OAuth2 specification states that ‘perms’ should now be called ‘scope’. Please update.
    [Break On This Error] FB.provide(”,{getLoginStatus:function…signed_request,code’});return a;}}});

    After some googling I discovered that some changes are needed to support Oauth 2. It’s been mandatory since Oct 1st but the SDKs were only forced onto Oauth 2 yesterday.

    See this thread here:
    https://facebook.stackoverflow.com/questions/8505601/new-facebook-api-issue

    So does anybody faced the same problem and maybe know what cahnges could be made in order to make him work again?

    Thanks a lot.

Viewing 10 replies - 16 through 25 (of 25 total)
  • @lev: your tutorial worked once again. I logged into my other FB account and it’s not showing it’s account as administrator anymore. You really helped a lot! You really need to take over this plugin..

    You rock man!

    Lev

    (@levsorokagmailcom)

    @jheimz happy to help.
    @vinlim that function honestly might not even be nessesary for this plugin. only the FB.INIT is required for this plugin to work.
    Secondly in fb.init you have to declare your app id.
    If you are using valentinas plugin you can use this to get the app id <?php echo FACEBOOK_APP_ID; ?> which get the app id from admin panel under settings

    Hi lev, i dont understand this “Also in sql query there are backticks so where you see should be a backtick” can you explain with an example? Thanx my english is very poor

    Matias

    Lev

    (@levsorokagmailcom)

    if you look at the code where is sql query, wordpress blog takes out backticks ` and markups backticks with code /code instead of that you need to put backticks back

    Hi guys,

    In my web site the plugin also stopped to work.
    Seems like Lev provided solutions that work, thanks heaps.
    To be honest, it looks terrifying to me to update all necessary places as Lev suggests :-))

    Do you think the plugin will ever be updated to incorporate those changes? So it would be possible to just install its updated version

    Cheers,
    Nat

    Lev

    (@levsorokagmailcom)

    Hi Lev! I’m not a programmer but I’ve tried to follow your steps and I went stuck in “please look at facebook developers documentation for decryptying and so on
    https://developers.facebook.com/docs/plugins/registration/

    also code for the login button”

    I’ve installed the previous code but I don’t know where to put it. Could you tell me? Also, is there any way that you being so generous to upload a zip with your Facebook Connect version that works? It’s driving me crazy…Thanks a lot!

    Greetings from Argentina.

    I have a problem with the login button:

    <fb:login-button scope=”email” size=”<?php echo $size; ?>” onlogin=”setTimeout(function() {jQuery(‘body’).html(”);
    window.location.href=window.location.href;}, 1000);” >

    in internet explorer it does an strange behaviour, all widgets goes to the left, the content of the web disapear and the facebook button repeats infinit

    Expana

    (@expana)

    Hi guys,

    In some wordpress sites I still see Connect With Facebook button.
    People use it and probably it works…
    or may be it’s just a standard FB button I don’t know about?

    Anyway, have anyone come up with an analogue to the Facebook Connect plugin?

    I tried to find the one which register a FB user as Buddypress user upon connecting. But some plugins does not mention this feature, so I’m still unsure if there is an analogue.

    Thanks
    Nat

    @lev,

    Could you please post the functions.php code in it’s entirety?

    I followed everything on this post, but i’m not having much luck with this. I would really appreciate it. Thanks

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘[Plugin: Facebook Connect] Plugin does not work any more after OAuth 2.0 and HTTPS Migration’ is closed to new replies.