Skip to content

Instantly share code, notes, and snippets.

View freakinhuge's full-sized avatar

Jacob Roberts freakinhuge

View GitHub Profile
<?php
$token = 'YOUR TOKEN HERE';
$client = new \Evernote\Client($token, false);
$advancedClient = $client->getAdvancedClient();
$notebookGuid = 'YOUR SHARED NOTEBOOK GUID';
$noteStore = $advancedClient->getNoteStore();