TMTumblrSDK icon indicating copy to clipboard operation
TMTumblrSDK copied to clipboard

SDK should store OAuth token and token secret

Open irace opened this issue 11 years ago • 0 comments

Currently the SDK does not store the OAuth token and secret. It will fetch them and configure the API client with them when the user authenticates, but the application itself is responsible for persisting the values and setting them on the API client on subsequent app launches. The SDK should take care of this instead.

irace avatar Mar 22 '13 18:03 irace