Skip to content

Instantly share code, notes, and snippets.

@hackedy
Created June 24, 2011 19:26
Show Gist options
  • Save hackedy/1045487 to your computer and use it in GitHub Desktop.
Save hackedy/1045487 to your computer and use it in GitHub Desktop.
url = "https://graph.facebook.com/search?q=%s&type=post&limit=25&access_token=%s"
url % (query.replace('_','%20'), settings.FACEBOOK_API_KEY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment