سؤال

while I am trying to run PHP SDK for evernote it gives following error

The PHP OAuth Extension is not installed !!

any help??

I am able to successfully create note using EDAMTest.php but it doesn't ask for credentials so if any one use that code every note comes in my account..

هل كانت مفيدة؟

المحلول

Oh and (shameless auto-promo) you could also use a ready-to-use vagrant box : laurent.sarrazin.io/2014/04/a-vagrant-box-for-the-evernote-php-sdk.html

نصائح أخرى

Maybe you need to install oauth?

I'm sorry, I don't use Evernote extension, so I don't know what is EDAMTest.php..

Try to use this solution(if you use Windows) or find a way set up OAUTH for linux.

It means that the oauth extension is not loaded. I'd say that you did not configure the extension in the cli php.ini.

Find the location of the php.ini by doing this :

php -i | grep 'Configuration File'

Add the oauth extension at the end of the file.

That should now work.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top