OAuth1 icon indicating copy to clipboard operation
OAuth1 copied to clipboard

OAuth server implementation for WP API

Results 87 OAuth1 issues
Sort by recently updated
recently updated
newest added

Moving access tokens to a post type makes a lot of sense. It means they are deleted when the user is deleted. There are some backwards compatablity issues, but I...

Hi all. So i am trying to send a POST request to Wordpress using Java in a Processing sketch and am hitting a brick wall with the oauth signature. I...

I am trying to use WP REST API plugin for rest API's. But I am getting error of authorization. Then I installed OAUTH1 Plugin. On adding consumer,I got consumer key...

Support

Does OAuth1 supports media endpoint too? When I send image content in "contents" parameter in body along with other OAuth1 parameter like token and signature etc then these parameters also...

I'm using Ionic to implement an App for accessing a Wordpress blog using WP-API and Oauth1. My work flow for obtaining the tokens went fine and I can confirm that...

Hello I have generated Token and token Secret with main admin ( administrator ) user. Now I can call my custom api with auth 1.0 its working fine. I have...

This subject has been discussed several times before, but the current solution is not correct yet for POST requests. The situation: I'm updating a WP record which includes a URL...

Hi! I am implementing my own OAuth1 handler and when trying to pass the oauth_callback I received a "URL Callback invalid" error multiple times, when I changed my code of...

I'm using this plugin on a SiteGround Cloud hosting account and seeing this warning in my logs every two minutes: ``` PHP Warning: Invalid argument supplied for foreach() in /path/to/wordpress/wp-content/plugins/rest-api-oauth1/lib/class-wp-rest-oauth1.php...

I've been trying to use the OAuth plugin to access password-protected JSON on my WordPress instance. I'm pulling data into an external website (running on the Play Framework with Scala...

Support