bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

Response codes #10

Closed lukaszkorecki closed 13 years ago

lukaszkorecki commented 13 years ago

The API I'm working with sends 201 response code when a new record is created, so instead of calling success callback I was getting errors.

This fixes that issue