Skip to content

Instantly share code, notes, and snippets.

@anthonycintron
Created November 21, 2010 15:19
Show Gist options
  • Save anthonycintron/708805 to your computer and use it in GitHub Desktop.
Save anthonycintron/708805 to your computer and use it in GitHub Desktop.
$.post('/postcheckin',{uid: AVFacebook.session.uid, checkins:response.data},
function(data){
alert(data);
}, "json");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment