I need to integrate evernote in my application. I need to implement authentication using opauth. I have downloaded evetnote api and everntoe strategy. I need to authenticate a user and get token and then making calls, but there is error happening in authentication, below is the error Error.

Below is the directory structure which i installed using composer and strategy i installed from git. Directory structure

有帮助吗?

解决方案

The problem was in my apache rewrite_module. after i enable module for apache. it worked and i was able to fetch token and user data from evernote.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top