This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Emakefile | Sat Sep 26 06:13:16 -0700 2009 | |
| |
License.txt | Tue Jan 13 06:40:42 -0800 2009 | |
| |
Makefile | Sat Sep 26 06:13:16 -0700 2009 | |
| |
README.txt | Sat Sep 26 07:00:17 -0700 2009 | |
| |
data/ | Wed Feb 25 12:05:58 -0800 2009 | |
| |
src/ | Sat Sep 26 06:56:15 -0700 2009 |
README.txt
Example client/server code for erlang-oauth (http://github.com/tim/erlang-oauth). To run the MochiWeb server/client: $ make ... $ erl -pa ebin -pa path/to/erlang-oauth/ebin -pa path/to/mochiweb/ebin -s crypto -s inets ... 1> oauth_mochiweb:start(). ... 2> {ok, Client} = oauth_mochiweb_client:start(). ... 3> {ok, _Token} = oauth_mochiweb_client:get_request_token(Client). ... 4> ok = oauth_mochiweb_client:get_access_token(Client). ... 5> oauth_mochiweb_client:echo(Client, [{"hello", "world"}]). ...







