Skip to content

Commit

Permalink
Merge pull request #104 from np1/patch-1
Browse files Browse the repository at this point in the history
Update twitter/twitter_globals.py
create_all method fails as a GET request, it needs to be a POST like create
  • Loading branch information
sixohsix committed Nov 27, 2012
2 parents 6ef18ed + 6dd7e30 commit 65a475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/twitter_globals.py
Expand Up @@ -26,6 +26,6 @@
'destroy',

# Block Methods, Friendship Methods, Favorite Methods
'create',
'create', 'create_all',

]

0 comments on commit 65a475c

Please sign in to comment.