Skip to content

Commit

Permalink
Added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hokapoka committed Dec 22, 2010
1 parent 0868803 commit 373ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_oob/example_oob.go
Expand Up @@ -69,7 +69,7 @@ func twitterSignIn(ctx *web.Context, name string) {
}

if rt != nil {
RT = rt
RT = rt // Store the Request Token off for use whit GetAccessToken
}

ctx.WriteString("<p>Visit this URL :<a href=\"" + s + "\" target=\"_new\">" + s + "</a> (which will open a new tab) and Allow access. Then, return to this tab and enter the PIN number into the box below.</p>")
Expand Down

0 comments on commit 373ed7d

Please sign in to comment.