erlang-oauth

Code pulled with git from git://github.com/tim/erlang-oauth.git with the last commit being 06f0cbb

These are Current warnings for erlang-oauth.

dialyzer -n -q -Wno_improper_lists ebin
oauth.erl:148: The pattern <<<X/binary-unit:8>>, <<Y/binary-unit:8>>> can never match the type <_,string()>
oauth.erl:233: The pattern {Scheme, UserInfo, Host, Port, Path, _Query} can never match the type {'error','no_scheme' | {'malformed_url',_} | {'not_supported_scheme',atom()}}
oauth_client.erl:68: Call to missing or unexported function oauth:signed_params/6
oauth_uri.erl:10: The pattern {Scheme, UserInfo, Host, Port, Path, _Query} can never match the type {'error','no_scheme' | {'malformed_url',_} | {'not_supported_scheme',atom()}} | {'ok',{'http',_,_,_,_,_} | {'https',_,_,_,_,_}}
oauth_uri.erl:16: Function normalize/5 will never be called
oauth_uri.erl:23: Function normalize/3 will never be called