[gwibber/f14] fix twitter oauth issues

Tom Callaway spot at fedoraproject.org
Thu Jul 7 14:18:37 UTC 2011


commit c6561b7ccf2ef3d7d56ab4e733c55edf8183cab1
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Jul 7 10:18:19 2011 -0400

    fix twitter oauth issues

 gwibber-3.1.0-fix-twitter-oauth.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/gwibber-3.1.0-fix-twitter-oauth.patch b/gwibber-3.1.0-fix-twitter-oauth.patch
new file mode 100644
index 0000000..d84088e
--- /dev/null
+++ b/gwibber-3.1.0-fix-twitter-oauth.patch
@@ -0,0 +1,14 @@
+diff -up gwibber-3.1.0/gwibber/microblog/util/const.py.twitterfix gwibber-3.1.0/gwibber/microblog/util/const.py
+--- gwibber-3.1.0/gwibber/microblog/util/const.py.twitterfix	2011-07-07 10:06:41.908539870 -0400
++++ gwibber-3.1.0/gwibber/microblog/util/const.py	2011-07-07 10:06:47.947435253 -0400
+@@ -12,8 +12,8 @@ if environ.has_key("FB_APP_KEY"):
+ else:
+   FB_APP_KEY = "1e51e9b88c054048dc201f81ea5543b7"
+ 
+-TWITTER_OAUTH_KEY = "VDOuA5qCJ1XhjaSa4pl76g"
+-TWITTER_OAUTH_SECRET = "BqHlB8sMz5FhZmmFimwgiIdB0RiBr72Y0bio49IVJM"
++TWITTER_OAUTH_KEY = "GDbYbywyvbcPfe26MqrifQ"
++TWITTER_OAUTH_SECRET = "U4C34CzUW6YYNFinX8RjSTsWWn2bWX08WVdFsxyQ"
+ 
+ SINA_OAUTH_KEY = "4014350411"
+ SINA_OAUTH_SECRET = "92e7877ad12d59a8410d850c19787701"


More information about the scm-commits mailing list