• Resolved gordonofellon

    (@gordonofellon)


    Unter den API Einstellungen wird der Facebook Login nicht mehr angezeigt. Siehe auch eingefügtes Bild. Dabei ist es egal ob die App ID eingegegeben wird oder nicht. Bisher funktionierte es ohne Probleme. Lizenz ist aktiv.

    screenshot: screenshot from the admin area

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author OzTheGreat

    (@ozthegreat)

    Hi,

    Thanks for getting in touch, ahh yes we do know about that error and it’s fixed in the next release coming out shortly. In the mean time, if you’re comfortable editing PHP, in the includes/admin/facebook/class-admin-facebook-api.php, line 1469, change:

    if ( $page_id ) {

    to:

    if ( $page_id && ! is_wp_error( $this->facebook() ) ) {

    If you’re not comfortable please get in touch with our support for premium customers at [email protected] and we’ll sort out a fix.

    All the best

Viewing 1 replies (of 1 total)
  • The topic ‘API: Facebook login is not displayed’ is closed to new replies.