Closed evanp closed 12 years ago
We weren't checking the err result from the OAuth provider's generateAccessToken(), which would cause reference errors if the result was null or undefined.
Now, check it, and return an error if there is one.
We weren't checking the err result from the OAuth provider's generateAccessToken(), which would cause reference errors if the result was null or undefined.
Now, check it, and return an error if there is one.