Skip to content

Instantly share code, notes, and snippets.

@scottsappen
Created August 16, 2013 14:02
Show Gist options
  • Save scottsappen/6250208 to your computer and use it in GitHub Desktop.
Save scottsappen/6250208 to your computer and use it in GitHub Desktop.
Twitter tweet button needs head requests HTTP 200 OK to work
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