Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oauth: handle a string expires_in value gracefully
If an OAuth token's expires_in field is a string instead of an int, simply try to convert it to an int first. Fixes #179
- Loading branch information