Atsushi NAGASE

Results 14 comments of Atsushi NAGASE

I pushed to my fork http://github.com/ngs/ShareKit

Did you use a correct Sandbox account ? https://sandbox.evernote.com/ It isn't same as the production account.

Yes, you need to set API URLs in the header file. ``` // Sandbox #define SHKEvernoteUserStoreURL @"https://sandbox.evernote.com/edam/user" #define SHKEvernoteNetStoreURLBase @"http://sandbox.evernote.com/edam/note/" // Or production #define SHKEvernoteUserStoreURL @"https://www.evernote.com/edam/user" #define SHKEvernoteNetStoreURLBase @"http://www.evernote.com/edam/note/" ```

Sorry, It's a potential bug. The error will occur when the URL or the title contain unescaped HTML entities. It should be escaped in SHKEvernote.m.