Skip to content

Commit de643c6

Browse files
author
Matt Revelle
committed
Updated URLs in example.
1 parent 2be5f4f commit de643c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Access the Twitter API from Clojure.
55

66
# Building #
77

8-
`ant -Dclojure.jar="..." -Dclojure.contrib.jar="..."`
8+
`lein deps
9+
lein jar`
910

1011

1112
# Example #
@@ -16,9 +17,9 @@ Access the Twitter API from Clojure.
1617
;; Make a OAuth consumer
1718
(def oauth-consumer (oauth/make-consumer <key>
1819
<secret>
19-
"http://twitter.com/oauth/request_token"
20-
"http://twitter.com/oauth/access_token"
21-
"http://twitter.com/oauth/authorize"
20+
"https://api.twitter.com/oauth/request_token"
21+
"https://api.twitter.com/oauth/access_token"
22+
"https://api.twitter.com/oauth/authorize"
2223
:hmac-sha1))
2324

2425
(def oauth-access-token

0 commit comments

Comments
 (0)