EvernoteのAPIサンプルプログラムの認証方式
※実経験の記憶を頼りに自宅の PC 環境(VMWareなど)で再現している内容もあるのでご注意下さい
2010-05-12
Evernote の php サンプルを試していて気付きましたが、API のキー発行時に選択した Application Type(クライアントアプリケーションと Web アプリケーション)によって API のユーザー認証が分かれてしまうようです。Web アプリケーションを選択した場合は、クライアントアプリケーションのサンプルで認証が失敗してしまいます。
確かに、API キーの発行時に説明が書いてありますね。クライアントプログラムのサンプルも試してみたかったですが・・・。
[Application Type]
Will you be using the API from a desktop/client application, or from another web-based Internet service? The authentication process is different for these two cases, since a multi-user web service should not store Evernote passwords. This is described in sections 4 and 5 of our API Overview.
関連記事
上記の記事に関連する記事(最新の10件)です。


