Viewing 13 replies - 1 through 13 (of 13 total)
  • Same here. ANY SOLUTION???????

    Thread Starter jfmetcalf1

    (@jfmetcalf1)

    @esmandau. I found that twitter changed the oauth to be https here is another thread I found on it from Twitter. I sent a request to our server to see if the verisign cert can be added to resolve it.

    Hope that helps

    https://dev.twitter.com/blog/rest-api-ssl-certificate-updates

    i dont know how to do that… but i checked on my application details and its using https://

    Thread Starter jfmetcalf1

    (@jfmetcalf1)

    The HTTPS has to come from the server that is hosting your website. You would have to asked your host provider if they can make a change to the Server Signing certificate.

    Here was the response from Hostgator if that helps.

    “Thank you for contacting HostGator support. We are sorry for the inconvenience regarding this. Can you confirm what the exact error your application is reporting while using the API? The CA root certificates can be appended to the following file to solve most issues:
    /etc/pki/tls/certs/ca-bundle.crt”

    This is what I have sent back to the Host Service
    “The error when attempted to re-authorize the API applications is just a standard error “Not able to Authorize” Twitter has shut off HTTP access to their API. 403 errors will now be returned when an HTTP query is made, and your status update will be rejected.”

    Hope that helps out.

    Plugin Author BraveNewCode Inc.

    (@bravenewcode)

    Hi,

    Twitter changed their API recently. An update to WordTwit has been released to address these changes. Please update to WordTwit 3.5 and it should help resolve the issues you’re seeing. Thank you.

    Thread Starter jfmetcalf1

    (@jfmetcalf1)

    AMEN!!! That cleared it up!

    Thread Starter jfmetcalf1

    (@jfmetcalf1)

    I am not sure if its on your end or WP 3.8 but your plugin has trouble with submit buttons using Google Chrome browsers. Just and FYI I had to switch over to a IE browser to add the account and save settings.

    I’m on Mavericks, and either Safari or Chrome are not working for me to add twitter, accounts.

    Any help?

    I can not hit the “save changes” button. Not working for me.

    i0n1ca: update the plugin to recent version. It should fix it.

    We are talking about 3.5 version, right?
    This one is not working!

    Deleted, reinstalled again, remake the twitter app on dev, no changes about “save changes” button. Still unclickable!

    Hit the reset button, settings restored to default, but how i can save keys when save changes is not working, how?

    Reinstalled 3.0.3 from backup, is working! #sad

    #fix
    An update is required for fixing on OS X “save changes” button. Manual fix
    Remove wordtwit from your host (wp-content) put back the old version 3.0.3 set consumer key, and all the settings that you want, SAVE!

    Go to twitter on you account apps, delete the app that you previously granted acces.

    Wait 2 minute, refresh, update the plugin to 3.5, go to accounts, and hit add account. Opens the twitter oAuth page, with user and pass. Successfully.

    Hope it helps!

    Having the same issue as @i0n1ca.

    Can’t save changes. Can’t add accounts. Tried using Safari, Chrome, Firefox on OSX and Chrome, IE, Firefox in Windows and nothing works.

    Everytime I try to click on Add Accounts, it just refreshes the page. I don’t have 3.0.3 so I can’t do the manual fix.

    EDIT: Got Add Accounts to work. Didn’t really do anything. Just made sure all the keys were the same.

    Thread Starter jfmetcalf1

    (@jfmetcalf1)

    I had to go back to IE8 on one of my older systems to get it to work. All newer browsers are not functional.

    The version 3.5 has a CSS problem. The Save Changes buttons is not working. To workaround you need to set this manually

    Here is the fix:
    Go to files (via FTP or cPanel) locate wordtwit in wp-content/plugins/wordtwit.
    Go to /admin/css/wordtwit-admin.css open and navigate to line 200 – 209

    #bnc #bnc-submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    #bnc #bnc-submit-reset {
    	position: relative;
    	top: 0;
    }

    and replace the above code with

    p#bnc-submit.submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    p#bnc-submit-reset.submit {
    	padding: 0;
    	float: left;
    }

    Save & enjoy it!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Will not find account’ is closed to new replies.