oAuth tokens are valid for a number of seconds as described by the validate endpoint when checking the token or when obtaining the token the expires_in is in the response.
So you should resuse a token if the token is still valid, instead of making a new token for reach request