In my Twitter app, I can generate Consumer Key, Consumer Secret, Access Token, Access Token Secret. I have found the document which says the Access Token and Access Token Secret don’t expire explicitly. But about the Consumer Key and Consumer Secret, will these two also not expire explicitly?

Thanks,
Eric

Yes these are long lived too - won’t expire unless you reset them, it’s a good idea to keep those as safe as you would a password: Authentication best practices | Docs | Twitter Developer Platform

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.