~rottinrob/reminders-app/trunk

6 by rottinrob
Latest Hack Utilizing JS, HTML, jsOAuth
1
/*String authToken = S=s1:U=817ef:E=148eeab92db:C=14196fa66df:P=1cd:A=en-devtoken:V=2:H=cec8624ba4dc0244e0f8958d899cb98d
2
    String noteStoreUrl = https://sandbox.evernote.com/shard/s1/notestore
3
4
    String userAgent = myCompanyName + "ubuntu" + myAppName + "remindapp" + myAppVersion;
5
6
    THttpClient noteStoreTrans = new THttpClient(noteStoreUrl);
7
    userStoreTrans.setCustomHeader("User-Agent", userAgent);
8
    TBinaryProtocol noteStoreProt = new TBinaryProtocol(noteStoreTrans);
9
    NoteStore.Client noteStore = new NoteStore.Client(noteStoreProt, noteStoreProt)*/