Skip to content

Instantly share code, notes, and snippets.

@wookiehangover
Created April 20, 2012 17:56
Show Gist options
  • Save wookiehangover/2430677 to your computer and use it in GitHub Desktop.
Save wookiehangover/2430677 to your computer and use it in GitHub Desktop.
test = function(){ xhr = new XMLHttpRequest(); xhr.open('POST', '/api/redis/add'); xhr.send("result=%7B%22photos%22%3A%5B%7B%22typeName%22%3A%22Other%22%2C%22type%22%3A%22google+profile%22%2C%22typeId%22%3A%22other%22%2C%22url%22%3A%22http%3A%2F%2Fwww.google.com%2Fs2%2Fphotos%2Fpublic%2FAIbEiAIAAABDCMiD-f7r6tuAByILdmNhcmRfcGhvdG8qKDQzOGVhNTZhYTI2ZGRiZGQ5YzM1NWMyYTgyMTNlNDQ4OTM0ODUyYTEwARMny2VLMw0tcTf-bLNdwxvbUs8G%22%7D%2C%7B%22typeName%22%3A%22Gravatar%22%2C%22isPrimary%22%3Atrue%2C%22type%22%3A%22gravatar%22%2C%22typeId%22%3A%22gravatar%22%2C%22url%22%3A%22http%3A%2F%2F2.gravatar.com%2Favatar%2Fe1a68abab30952d69ae262b367dc9a54%22%7D%5D%2C%22contactInfo%22%3A%7B%22familyName%22%3A%22AbiEzzi%22%2C%22givenName%22%3A%22Mike%22%2C%22fullName%22%3A%22Mike+AbiEzzi%22%2C%22websites%22%3A%5B%7B%22url%22%3A%22http%3A%2F%2Fwww.google.com%2Freader%2Fshared%2Fmjezzi%22%7D%5D%7D%2C%22status%22%3A200%2C%22demographics%22%3A%7B%22gender%22%3A%22male%22%7D%2C%22socialProfiles%22%3A%5B%7B%22typeName%22%3A%22Google+Profile%22%2C%22id%22%3A%22100504807051619090888%22%2C%22username%22%3A%22mjezzi%22%2C%22type%22%3A%22googleprofile%22%2C%22typeId%22%3A%22googleprofile%22%2C%22url%22%3A%22http%3A%2F%2Fprofiles.google.com%2Fmjezzi%22%7D%2C%7B%22typeName%22%3A%22Google+Plus%22%2C%22id%22%3A%22100504807051619090888%22%2C%22username%22%3A%22mjezzi%22%2C%22bio%22%3A%22.Net+developer.+Aspiring+rubyist.+Outdoors+addict.%22%2C%22type%22%3A%22googleplus%22%2C%22typeId%22%3A%22googleplus%22%2C%22url%22%3A%22https%3A%2F%2Fplus.google.com%2F100504807051619090888%22%7D%2C%7B%22typeName%22%3A%22Gravatar%22%2C%22id%22%3A%2228046288%22%2C%22username%22%3A%22mjezzi%22%2C%22type%22%3A%22gravatar%22%2C%22typeId%22%3A%22gravatar%22%2C%22url%22%3A%22http%3A%2F%2Fgravatar.com%2Fmjezzi%22%7D%5D%7D&webhookId=4f8ef568cf595a3f7f000001"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment