diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-08 22:43:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-08 22:43:46 +0900 |
| commit | 2b1cbcc8bfe98f31721fd1ae0808982dafdec352 (patch) | |
| tree | ef0fc57252ec39b1aab2e07d13841e77729936d7 /docs | |
| parent | Merge pull request #123 from syuilo/greenkeeper/riot-3.2.0 (diff) | |
| download | sharkey-2b1cbcc8bfe98f31721fd1ae0808982dafdec352.tar.gz sharkey-2b1cbcc8bfe98f31721fd1ae0808982dafdec352.tar.bz2 sharkey-2b1cbcc8bfe98f31721fd1ae0808982dafdec352.zip | |
SHA256にした
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/getting-started.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/getting-started.pug b/docs/api/getting-started.pug index e255a5e935..27a0c3a460 100644 --- a/docs/api/getting-started.pug +++ b/docs/api/getting-started.pug @@ -71,6 +71,6 @@ block content br | 上手くいけば、認証したユーザーのアクセストークンがレスポンスとして取得できます。おめでとうございます! p - | 以降アクセストークンは、<strong>ユーザーのアクセストークン+アプリのシークレットキーをsha512したもの</strong>として扱います。 + | 以降アクセストークンは、<strong>ユーザーのアクセストークン+アプリのシークレットキーをsha256したもの</strong>として扱います。 p アクセストークンを取得できたら、あとは簡単です。REST APIなら、リクエストにアクセストークンを<code>i</code>としてパラメータに含めるだけです。 |