Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created March 11, 2014 15:07
Show Gist options
  • Save imsickofmaps/9487741 to your computer and use it in GitHub Desktop.
Save imsickofmaps/9487741 to your computer and use it in GitHub Desktop.
self.get_contact = function(im){
var p = im.api_request('contacts.get_or_create', {
delivery_class: 'twitter',
addr: im.user_addr
});
return p;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment