Can not set OAuth on wordpress REST api
问题 I want to implement Rest api with authorization in my Wordpress website. the version of Wordpress is 4.9.5 and REST api version 2.0-beta15 . For securing my apis i need to implement OAuth on my site and at first, I implement WordPress REST API – OAuth 1.0a Server from this link and this useful link. But had these issues with plugin: Rest-calls still works without authorization and every un-authorized user can call my rest-apis. I want to implement this inside my Android app so I had to handle