yukimura1227
Results
1
issues of
yukimura1227
- fix OAuth error by request url was unfit - validated here -> https://github.com/jwickard/wordpress-oauth/blob/c6de8ac2ad0cc3c367f47dc0a28bcaeea732fb01/lib/classes/OAuth2_API.php#L35 - this plugin requests `oauth/token` instead of `oauth/request_token` - this plugin requests `oauth/me` instead of `oauth/request_access`...