Jump to content

EDAMUserException in UserStore.php line 2602:


azhar

Recommended Posts

Hi everyone,

I am kinda stucked with the oAuth evernote cloud library, I am able to authorize and get the oauth_token to the callback URL successfully, but when trying to get the user information I am receiving the above exception 

Below is a code used.

$oauth_token is what we received on the callback url.

$client = new \Evernote\Client($oauth_token, true);
$advance = $client->getAdvancedClient();
$store = $advance->getUserStore();
$user = $store->getUser();

Any help would be appreciated.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...