Changes to the Oauth1Client.getAccessToken method
-
The
Oauth1ClientConfig
doesn't accept theoauthToken
andoauthTokenSecret
properties anymore. -
The
getAccessToken
method instead accepts an object withtoken
andsecret
values. Same as the values you defined in the config earlier -
Finally removed the
client.child
method that uses to create a child instance of the client -
refactor: accept "requestToken.token" and "requestToken.secret" at the time of generating access token 9bcc161