I'm trying to build an app which searches in a backend WP blog with "json-api" plug-in (the data is rendered with the method "get_search_results": url_site/api/get_search_results/?search=term
The question is if I can skip the part with OAuth2 REST service from the "Building a Twitter search app" tutorial? If yes, how can I further invoke the Search service for the SearchButton?
thank you
Dora