Hi Josh,
After the callback URL, you will get the credentials for the user. These credentials can be used all the time you want, until the point when the user revokes the credentials.
Therefore, if you do not want to make the user login each times, you need to store the User Key and User Secret Key information in your database and reuse them when he login again.
Cheers,
Linvi
After the callback URL, you will get the credentials for the user. These credentials can be used all the time you want, until the point when the user revokes the credentials.
Therefore, if you do not want to make the user login each times, you need to store the User Key and User Secret Key information in your database and reuse them when he login again.
Cheers,
Linvi