For a twitter application with PHP I need to get access tokens for users with the following details:
- Shouldn't expire (I want to use the access tokens while the users are offline)
- Read / Write access (DMs aren't necessary)
- I don't have to authenticate again if I have the access token
How do I get an access token from twitter with those specifications?