Viewing 15 replies - 46 through 60 (of 79 total)
  • So I’ve read through this thread and I think I have some similar\same problems.

    When I click the “Link your facebook account…” hyperlink, the browser does nothing. Using Firebug, I can see that it throws an error — fb-admin.js – line 15 – FB is not defined

    and here is the method in question:

    function authFacebook() {
      FB.login(function(response) {
        if (response.authResponse) {
          redirectWithParam('fb_extended_token', 1);
          } else {
            console.log('User cancelled login or did not fully authorize.');
          }
       }, {scope: 'manage_pages, publish_actions, publish_stream'});
    }

    … sort of happy to know that it isn’t completely “operator error.” ??

    same problem with social publisher
    app id = 338565852894585
    app namespace = paf
    site url : p30af.com
    thanks !

    Just installed this plugin. +1 on the ‘nothing happening when clicking the link to fb profile link’.

    I’m seeing a ‘authFacebook is not defined’ error in FireBug Console though.

    Could be unrelated but I’m also seeing an error on page load stating that the fb-root div was not present and was auto created:

    ‘The fb-root div has not been created, auto-creating’

    Let me know if how I can help debug / troubleshoot…

    Looks like the issue for me may be that in my implementation of WordPress I’ve moved the wp-content folder up a level and the plugin is using the wrong variable for path when printing css and js paths in the HTML Head…

    Has anyone else on this thread moved or renamed their wp-content folder?

    Boom.. Sorted.. Issue for me was that fb-admin.js wasn’t loading as it was looking in the wrong path (In my WordPress implementation the wp-content folder a level back).

    Issue resolved by amending all references to ‘plugins_url’ in fb-admin-menu.php:

    Original:
    plugins_url( ‘images/icon-bw.png’, __FILE__)

    New:
    WP_PLUGIN_URL . ‘/facebook/scripts/fb-admin.js’

    I’m now able to click the ‘link to profile’ button and all worked perfectly.

    I use WP, hosted on Laughing Squid, version 3.4.2. I’m getting the dreaded message:

    Link your Facebook account to your WordPress account to enable.

    I click it and nothing happens. Here are my details:

    APP ID: 352286614853904
    APP namespace: progressiveresource
    APP URL: https://www.progressiveresource.org

    I’ve struggled with this for the last two days. Nothing I’ve tried works. I can’t find any explanation of this message and don’t know what to do next.

    I get the 191 as well. I’m running the latest versions of all of it on the latest version of Windows Server 2008 in my own IT infrastructure.

    https://regressivewatch.org [ linked cleaned up, don’t obscure links like that ]

    Do I need to the SSL layer to make it work?

    I’m getting this error on the front end in the Facebook tab at the bottom of my browser window.

    Object Base Domain Not Allowed: Object at URL ‘https://regressivewatch.org/wordpress/2012/08/23/whats-wrong-with-the-us-economy-2/’ of type ‘article’ is invalid because the domain ‘regressivewatch.org’ is not allowed for the specified application id ‘436827196358934’. You can verify your configured ‘App Domain’ at https://developers.facebook.com/apps/436827196358934.

    When I activate “social pubhlisher” and check “Publish to author’s Timeline”, appears the link “Link your Facebook account to your WordPress account” but when I click it, appears a pop up that say me to connect whit facebook.
    I do all, but, when i am redirected to my admin, the link is not disappeared, and i can not select the fan page (result DISABLED).

    APP ID: 411783595535441
    APP namespace: fabarch
    APP URL: Architetto Online

    ??

    I’m having the same problem. My site is https://www.jrforasteros.com

    My AppID: 394950010562350
    AppNameSpace: jrforasteros
    App Domain: jrforasteros.com

    I’ve tried to install the plugin four times. I use it on several other sites with no problem. (though with different Apps).

    Here’s a screenshot of the exact error I get, as well as the link (to the right) I’m trying to activate.

    Thanks for your help.

    I’m having this error: Facebook social publishing is enabled. Link your Facebook account to your WordPress account to get full functionality, including adding new Posts to your Timeline.

    App ID: 331105206957384
    Namespace: mkravchenko
    App Domains: mkravchenko.ru

    I need help.
    Thanks.

    I’m getting this error when I try to link Facebook to WordPress

    API Error Code: 191
    API Error Description: The specified URL is not owned by the application
    Error Message: Invalid redirect_uri: Given URL is not permitted by the application configuration.

    App ID: 427034194000890
    Namespace: strengthcoach-dk
    App domain: strengthcoach-dk.herokuapp.com

    I need help as well
    Thanks

    I resolved my issue: The field

    site url

    should be the url of your wordpress site not the url created by the Facebook and its partner.

Viewing 15 replies - 46 through 60 (of 79 total)
  • The topic ‘Link your Facebook account to your WordPress-not enabling?’ is closed to new replies.