Viewing 15 replies - 16 through 30 (of 46 total)
  • When it adds the account successfully after commenting line 88, the log will look like this:

    [SOCIAL - 2014-09-10 10:35:49 - 141.103.217.192] Running request: Auth/action_authorize
    [SOCIAL - 2014-09-10 10:35:49 - 141.103.217.192] Authorizing with URL: https://sopresto.socialize-this.com/facebook/authorize/?...content removed here....
    [SOCIAL - 2014-09-10 10:35:55 - 50.23.108.137] Running request: Auth/action_authorized
    [SOCIAL - 2014-09-10 10:35:55 - 50.23.108.137] Failed to verify authentication nonce.
    [SOCIAL - 2014-09-10 10:35:55 - 50.23.108.137] Authorizing with nonce 0318ad9bda.
    [SOCIAL - 2014-09-10 10:35:55 - 50.23.108.137] Saving account #100008161841133.
    [SOCIAL - 2014-09-10 10:35:55 - 50.23.108.137] Current accounts: Array
    (
        [twitter] => Array
            (
                [2745518522] => stdClass Object
                    (
                        [user] => stdClass Object
                            (
                                [id] => 2745518522
                                [id_str] => 2745518522
    ...

    Since you are sure that the file on your server has line 88 commented out, I think your server has cached your php files.

    Can you insert die("Hello world"); just inside your action_authorize (not action_authorized) function in auth.php and then click the sign in button in WP? If your server is not caching your php file, you should see ‘Hello world’ in the popup window.

    Thanks Cangluo, fix worked for me!

    For me, the issue was surrounding the Facebook “Connect with Pages Support” checkbox. The account was there, but not the pages. I deleted the FB account with the plan to re-add it, and then got the same as everyone else here.

    I’ll try this fix when I’m in the office and have easier FTP access to the server and files.

    Thread Starter stenar

    (@stenar)

    I figured out how to turn off my php caching and got it to add my twitter account.

    Thank you for your help!

    Works for me too – many thanks!

    Thank you for the fix. It worked for me too!

    Thanks for the solution. Works like a charm!

    Worked for me. Thank you very much.

    Mike

    (@mikebruijns)

    @cangluo works perfectly for me, thanks!!!

    Hey cangluo

    I tried your fix, and I got it to work once on my development environment, and then it stopped working – I can’t get it to work on my production environment at all.

    The first time I try it looks like it’s working, it opens a pop-out window, I enter the account details and it asks me to authorise, it closes the page and it refreshes the main settings page but shows no accounts there.

    I checked the caching with die(“Hello world”); like you suggested, and it’s definitely working, but still no dice.

    Any ideas? I’d be really, really grateful.

    Thanks, we’re tracking this here for development purposes:

    https://github.com/crowdfavorite/wp-social/issues/196

    A patch would be very welcome.

    gnarlymedia

    (@gnarlymedia)

    cangluo’s fix worked a treat for me too, thanks a million!

    tcwaters

    (@tcwaters)

    Glad people are having success with a posted fix. I’ve jumped to a different plugin as the fix didn’t help me and looked a little risky if you forget to go back and re-edit the code.

    Now using XYZ WP Social Media Auto Publish. It was very simple to set up as a free plugin. But after doing that, I decided to upgrade to the paid plugin which includes posting to a LinkedIn group which was something I’ve wanted for a while, and “social” has stated no plans to support posting to LinkedIn. XYZ support has been very good too.

    I’ve really enjoyed this “Social” plugin. Sorry to leave it.

    lesliekirk

    (@lesliekirk)

    I can’t believe this is happening again. I have had this problem before and it really never was fixed. Now the Social plug-in seems to be broken even worse this time. I think I may give the XYZ WP Social Media Auto Publish plug-in a whirl.

    benstewart

    (@benstewart)

    @alex – Any idea when the update with the patch will be published?

Viewing 15 replies - 16 through 30 (of 46 total)
  • The topic ‘Can't add Twitter accounts’ is closed to new replies.