Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created September 16, 2015 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbarbugli/3be4a2f2b339f96e20d9 to your computer and use it in GitHub Desktop.
Save tbarbugli/3be4a2f2b339f96e20d9 to your computer and use it in GitHub Desktop.
unsubscribe.js
user1 = client.feed('user', '1', 'feedtoken');
subscription = user1.subscribe(callbackFn);
// cancel the subscription for user1 feed
subscription.cancel();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment