Skip to content

Commit

Permalink
Added link to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Lied authored and Henrik Lied committed Mar 8, 2009
1 parent 3201dfa commit 8cf4ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion twitter_app/utils.py
Expand Up @@ -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
return json

0 comments on commit 8cf4ca5

Please sign in to comment.