Created
August 16, 2013 14:02
-
-
Save scottsappen/6250208 to your computer and use it in GitHub Desktop.
Twitter tweet button needs head requests HTTP 200 OK to work
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def head(self): | |
#this allows twitter callback to work | |
#https://dev.twitter.com/docs/tweet-button/faq#count-api-increment | |
return | |
$ curl -I http://www.proppitup.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment