I used this library to make API requests and got the access tokens successfully.
But the documentation does not explain how _access_token
and _access_token_secret
should be used afterwards future. I suppose that there should be a method like:
set_access_token(_access_token, _access_token_secret)
but I could't find a method like that in this code or documentation.
Please help me to solve this problem.