문제

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