-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error - Using Echofon with Waterfox - "Failed to get OAuth token. Try this later." #85
Comments
Well ... crap. Anyone know if a fix is possible? Or has Twitter just locked our butts out permanent-like? |
I've tried looking at this. Debugging the plugin is tricky. That "Failed to get OAuth token" error message is triggered on line 32 of OAuth.js so maybe we can work back from there? |
I've opened a question on stackoverflow here - https://stackoverflow.com/questions/59953187/how-to-authenticate-with-twitter-from-a-firefox-plugin - to ask for help on fixing the authentication issue |
Oh good -- thank you! This is WAY beyond my clue, but I can sit on the sidelines & cheer you on. \o/ |
hasn't been any responses. If any of you have a stack overflow account, can you click the upvote arrow? |
I tried to find if there was any changes about the authentication recently but I found nothing. I can't even find the cause of this problem... :( |
Hello guys, I think the official Echofon keys have been revoked or disabled. In the past, I made a specific version with custom keys (see #46) I never published because there were no UI for this. I got some time to look for it and it still works in Waterfox (even though some API endpoints have been removed). So if you have custom keys (you can ask for on developer.twitter.com), you can use it. echofon_unofficial-2.6.4-custom-keys.zip. Steps to install:
You should be able then to add your accounts and complete the auth process (and you have to remove/re-add the existing ones). EDIT: Do not check "Sign-in with Twitter" and leave callback blank when creating the app. See below #85 (comment) |
It's shame... :( |
Not quite working for me. I've set the two key values in about:config, and I can log in through the "Add Account" link, but when I complete the login to twitter, it redirects back to the github page, there's no PIN code, so the account is not added successfully I think the problem is that I've set the callback url for the new app I registered on dev.twitter.com to https://github.com/echofox-team/echofon-firefox-unofficial |
There's no callback assigned on my app, are you able to leave it blank? |
I had the "Sign in with Twitter" option selected, once I cleared that I could leave a blank callback url, and everything is working now! |
These are the steps that I followed Register as a developer at developer.twitter.com Enter extensions.twitternotifier.customSecret in the search box Close the tab You should be able to register accounts with echofon, and use the add on as before |
@tetsujin1979 glad it worked! |
I tried to newly register, and create an app... |
@tetsujin1979 Works great, also on Palemoon! Thanks for the help! Although I requested DM to work as well (with tweeting and retweeting), it doesn't seem to work yet, but that's no big deal. |
IT WORKS Many thanks to @YoruNoHikage for fixing the code & to @tetsujin1979 for posting the delightfully detailed howto -- y'all rock! |
A real shame this no longer works in firefox. Thanks for all the work over thre years maintaining this app, I am going to miss it (to such an extent my twitter usage will drop to next to notihng I imagine). |
There's a fork of Firefox called Waterfox that still supports the older style add-ons, that's what I use to run echofon, plus a few other add-ons that no longer run in firefox |
That was a change introduced by Twitter about a year ago, you can't access DMs using the API anymore. It's not a massive issue for me either, I can still use the app for that. |
Thanks, I am aware of both Waterfox and Pale Moon working with the changes made as per your suggestion. Unfortunately I need echofon to work on my main browser (firefox) and not on a back up browser. Thankfully since posting earlier I thought I would try the tweaks for Waterffox etc on my version of Firefox (I use version 47.0.2 due to other add ons no longer working with later versions of ff). I did the regsitering, app creation etc and installed the file after changing it from a zip to an xpi file. I then did the changes to the config (adding both entries as neitehr were there). It didn't seem to work so then I tried tweeting from echofon and once that appeared it suddenly kicked into life so it does seem to work on older versions of ff (albeit very old !!). Thanks for putting such full instructions up, I know I never would have managed it without such a comprehensive guide. |
As an addendum, it is working fine except for the fact that is seems to revert to an earlier date when I restart the browser, giving me a false number of new twitter messages. |
Tweets stopped loading few days back. I tried to remove and add account but I get an error message saying "Failed to get OAuth token. Try this later."
Thanks for your support.
The text was updated successfully, but these errors were encountered: