Skip to content

Instantly share code, notes, and snippets.

View warpaul's full-sized avatar
💭
is typing...

Warren Paul Anderson warpaul

💭
is typing...
View GitHub Profile

Keybase proof

I hereby claim:

  • I am warpaul on github.
  • I am warpaul (https://keybase.io/warpaul) on keybase.
  • I have a public key ASDUJYSiDTys_GOV-tSjSgWYHkFqXKli2Xxb7Rd79qw0Jwo

To claim this, I am signing this object:

@warpaul
warpaul / gist:3719457
Created September 14, 2012 02:30 — forked from anativ/gist:2907134
Search Facebook Friends with jQuery
<script>
$(function() {
$( "#autocomplete-input" ).autocomplete({
source: function( request, response ) {
$.ajax({
url: "https://graph.facebook.com/me/friends?access_token=AAAAAAITEghMBAMDBQ94HP7mX7JoDeCS6JVhN19bC4mXSvGdAglokKNC2hUYcc1uOHTZBXtWvxhxIYU7ZCVCXKxnw46nISYSFfTO26QRQZDZD&callback=?",
dataType: "jsonp",
data: {
featureClass: "P",
style: "full",