Adds oauth support up until authorization

This commit is contained in:
xray7224
2013-07-08 20:35:03 +01:00
committed by xray7224
parent be7f90b3f5
commit d41c6a5349
7 changed files with 230 additions and 42 deletions

View File

@@ -113,8 +113,8 @@ Errors
There are a number of errors you could get back, This explains what could cause some of them:
Could not decode JSON
This is caused when you have an error in your JSON, you may want to use a JSON validator to ensure that your JSON is correct.
Could not decode data
This is caused when you have an error in the encoding of your data.
Unknown Content-Type
You should sent a Content-Type header with when you make a request, this should be either application/json or www-form-urlencoded. This is caused when a unknown Content-Type is used.