When I first created my developer account a couple days ago, I could regenerate my keys/tokens and a window would pop up showing the keys themselves. Now, everytime i regenerate them, I am sent back to the dashboard without the key window ever appearing. A small message appears in the upper right corner saying they were regenerated, but nothing else. Also, my single application on this account intermittently disappears from the dashboard. I usually have to refresh the dashboard page multiple times for it to reappear. I have tried using Firefox, Chrome and Edge, and these two problems appear in all browsers.
Any resolution to this? I see that I’m using the “new” developer portal, can I switch back to the old one? Basically stuck right now because I can’t get any keys.
1 Like
That’s unfortunate - are you stuck in a new UI beta or something? If you can grab the consumer key and secret from there, you can generate your access tokens with twurl GitHub - twitter/twurl: OAuth-enabled curl for the Twitter API using
twurl authorize --consumer-key ... --consumer-secret ...
keys are saved in your .twurlrc file, avoiding the web interface for generating tokens. You shouldn’t need to regenerate your keys often, they are long lived and do not expire.
1 Like
thanks for your reply. Yes, it does appear I am stuck in the UI beta. I would love it if there was a way to switch back, as this seems like purely an interface problem.
Unfortunately I also regenerated my consumer key/secret (which also would not display) so twurl won’t work for me.
I definitely agree that tokens don’t need to be regenerated often, I was just trying to debug some authentication issues so I regenerated them and immediately had this problem.
1 Like
Thanks for reaching out here. We are testing a new UI for new users, I’ll take a look into what may be happening here and get back in touch shortly.
1 Like
Can you try regenerating your keys and tokens again here and let me know if you are successful or not?
Thanks!
Jessica
Hi Jessica, thank you for your assistance and sorry for the delay in replying. It does seem to be working as expected now.
2 Likes
system
Closed
#8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.