You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced 2 new classes Command\CommandLineServiceFactory and Command\AuthServiceFactory responsible for instantiating oauth service objects suitable for the CLI, handling common command line options like --debug
The strategy used to convert multi-value URL query parameters into a string (see Guzzle 3 documentation) is now being set correctly, so code building upon this library does not have to set it any more.
Fix the OAuth signature base string in case multi-value query parameters were used.