Skip to content

Instantly share code, notes, and snippets.

View hackedy's full-sized avatar

Ryan Doenges hackedy

View GitHub Profile
url = "https://graph.facebook.com/search?q=%s&type=post&limit=25&access_token=%s"
url % (query.replace('_','%20'), settings.FACEBOOK_API_KEY)