![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2013-01-30 08:14:58 -
In reply to message 1 from michel kollenhoven
Once the process of obtaining the OAuth token is completed, you can just take the values of the $access_token class variable and store it in your database.
You also need to store the value of the $access_token_secret variable if you are accessing an API based on OAuth 1.0 or 1.0a versions.
Then to make calls the API you just need to set those variables from the values stored in the database.