We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009de5e commit 4eabdffCopy full SHA for 4eabdff
HISTORY
@@ -1,3 +1,12 @@
1
+== 0.9.12
2
+
3
+- Twitter proxy now only proxies /statuses URLs.
4
5
+== 0.9.11
6
7
+- Added twitter sample client.
8
9
+== 0.9.9
10
11
- Fixed minor bugs in sample apps.
12
- Updated README to reflect Git instructions.
sc-config
@@ -74,5 +74,5 @@ end
74
# talk to backend services.
75
76
# This will proxy all requests to /* -> http://www.twitter.com/*
77
-proxy '/', :to => 'www.twitter.com', :cookie_domain => '.twitter.com'
+proxy '/statuses', :to => 'twitter.com'
78
0 commit comments