vagrant@vvv:/srv/www/client/wp-content/plugins/client-cli$ wp --require=client.php api oauth1 connect http://bbboltserver.one.localhost/ --key=A7qjbeSycs4F --secret=x4VUp0aE9q1jz0S06VcKyjS8ZZ0daLshF8Y4SNt4eQKFYg0b
PHP Notice: Undefined index: oauth_token in /srv/www/client/wp-content/plugins/client-cli/lib/commands/oauth1.php on line 69
PHP Notice: Undefined index: oauth_token in /srv/www/client/wp-content/plugins/client-cli/lib/commands/oauth1.php on line 80
Open in your browser: http://server.localhost/oauth1/authorize?oauth_token=
Enter the verification code:
Error: 401 Unauthorized
The script waits for me to enter the verification code. What's that?
I'm following the docs. Using VVV, latest oauth plugin and client-cli
I generate the keys:
Then I run the command on the client:
The script waits for me to enter the verification code. What's that?