URL | Method | HTTP parameters | Response |
/auth/login.json | get/post | username - ログイン名(email) remote_key - User's remote API Key (プロファイルページで取得 or パスワード) callback - Optional javascript callback function (will get token as a parameter) |
Returns quoted token string in the body, unless callback parameter is passed. If authentication failed, will return HTTP status 403 Forbidden. |
URL | Method | HTTP parameters | Response |
/auth/refresh_token.json | get/post | old_token - Previously obtained token callback - Optional javascript callback function (will get token as a parameter) |