Skip to content

Instantly share code, notes, and snippets.

POST /accounts/OAuthGetRequestToken HTTP/1.1
Host: www.google.com
User-Agent: Go http package
Connection: close
Transfer-Encoding: chunked
Authorization: OAuth oauth_callback="http%3A%2F%2Flocalhost%3A8080%2Fcallback%2Foauth", oauth_consumer_key="cetico.org", oauth_nonce="5577006791947779410", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1282521243", oauth_version="1.0", oauth_signature="pVrdPTu2u5nYy2x5UgJZCTeKF6w%3D"
Content-Type: application/x-www-form-urlencoded
0
include $(GOROOT)/src/Make.$(GOARCH)
all : webirc
TARG=webirc
GOFILES=main.go
include $(GOROOT)/src/Make.cmd