e8aecf0
An Erlang OAuth implementation — Read more
This URL has Read+Write access
Mention that percent encoding/decoding functions are based on those in ibrowse.
1 2 3 4 5 6 7 8
all: @test -d ebin || mkdir ebin @cp src/oauth.app ebin/ @erl -make clean: @rm -rf ebin/* erl_crash.dump