• Resolved scamp50

    (@scamp50)


    Hi – the pop up after clicking the connect button still stays open.

    And after clicking connect the page on my website continues to refresh… going to change back to the previous version!

    I know you are doing lots of work on this (many thanks) so this may not be possible – but would you be able to include which files are changed in future releases, as I have made a few changes to login_process.php on my site.

    Changed:
    ‘user_login’ => $this->me[’email’],

    Added:
    //Success! Notify the site admin.
    wp_new_user_notification($new_user);

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AHWEBDEV

    (@ahwebdev)

    Hi,

    New versio use php SDK 3 and JS sdk facebook… 0.9.7.4
    OAuth2 is using for connection between facebook and your site.

    1.You must update settings in your app facebook to say your app is migrated to OAuth2.

    If pop up do not close, please clear your cache, and reinstall plugin. that is fixed in last release.

    2.’user_login’ is not for email…
    So hook are added to the plugin and will be explained later.
    You will be able to create a subplugin to overwrite or add some functions/options.
    So would create your own login process.

    3. for the notification you’re right…
    I will add it, with an option and hook to customize.

    For the changes on the plugin:
    Revision Log [RSS Feed]
    Trac Browser
    Wordpress gives us some tools to help devs and users. I can’t give more work than i do on the plugin. i try add some docs and other but it’s hard and i do not want lost my time before the 1.0…

    Thx for report and help.

    Thread Starter scamp50

    (@scamp50)

    That all worked, thanks so much.

    Really appreciate the work you are doing. This is a fab plugin.

    S

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

The topic ‘Facebook pop up does not close’ is closed to new replies.