Skip to content

Instantly share code, notes, and snippets.

@lucaswiman
Created June 2, 2012 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucaswiman/2860409 to your computer and use it in GitHub Desktop.
Save lucaswiman/2860409 to your computer and use it in GitHub Desktop.
Extract link urls from Facebook App Urls
alias fix_facebook_url="pbpaste | python -c \"import sys, urlparse, cgi; print cgi.parse_qs(urlparse.urlparse(sys.stdin.read()).query)['redirect_uri'][0]\" | pbcopy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment