Dear Community,

As we all know, when an user signup to our application trough twitter, we are having a personally generated access token via assigned user-api-key.

We need to use their access token’s in future as well even if they won’t login/signup their accounts again.

But while we try to use some of our user’s access tokens, we are having “expired” or “invalid” token response from twitter-api.

We don’t want to force the users to login our application again and again.

In this case;

-Those tokens are described as “not going to change until we revoke them”. So why are they changing ?
-Is there any method to refresh tokens without forcing users to signup/login again ?

Regards
Matt

User Access Tokens should not expire and are rarely revoked by users. If you regularly see tokens that are invalid I would validate your storage and retrieval of the token tokens for bugs.

2 Likes

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