From 8cf4ca524dc8730d1dd642b600276e4c6481d6b3 Mon Sep 17 00:00:00 2001 From: Henrik Lied Date: Sun, 8 Mar 2009 14:58:41 +0100 Subject: [PATCH] Added link to example app --- README.markdown | 2 +- twitter_app/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2b99801..e8a0375 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@ # django-twitter-oauth -**Live example can be seen [http://fourmargins.com/labs/twitter_oauth](@fourmargins.com/labs/twitter_oauth/)!** +**Live example can be seen [@fourmargins.com/labs/twitter_oauth/](http://fourmargins.com/labs/twitter_oauth)!** ## Requirements diff --git a/twitter_app/utils.py b/twitter_app/utils.py index 79886f6..e37ea67 100644 --- a/twitter_app/utils.py +++ b/twitter_app/utils.py @@ -71,4 +71,4 @@ def get_friends(consumer, connection, access_token, page=0): """Get friends on Twitter""" oauth_request = request_oauth_resource(consumer, TWITTER_FRIENDS, access_token, {'page': page}) json = fetch_response(oauth_request, connection) - return json \ No newline at end of file + return json