Skip to content
This repository was archived by the owner on Apr 3, 2022. It is now read-only.

Commit 8cf4ca5

Browse files
Henrik LiedHenrik Lied
authored andcommitted
Added link to example app
1 parent 3201dfa commit 8cf4ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# django-twitter-oauth
2-
**Live example can be seen [http://fourmargins.com/labs/twitter_oauth](@fourmargins.com/labs/twitter_oauth/)!**
2+
**Live example can be seen [@fourmargins.com/labs/twitter_oauth/](http://fourmargins.com/labs/twitter_oauth)!**
33

44

55
## Requirements

twitter_app/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def get_friends(consumer, connection, access_token, page=0):
7171
"""Get friends on Twitter"""
7272
oauth_request = request_oauth_resource(consumer, TWITTER_FRIENDS, access_token, {'page': page})
7373
json = fetch_response(oauth_request, connection)
74-
return json
74+
return json

0 commit comments

Comments
 (0)