Skip to content

Instantly share code, notes, and snippets.

@DannyDelott
Created February 12, 2015 17:54
Show Gist options
  • Save DannyDelott/65627b19044aadaf4f76 to your computer and use it in GitHub Desktop.
Save DannyDelott/65627b19044aadaf4f76 to your computer and use it in GitHub Desktop.
Tracking keywords
// sets keyword to track
FilterQuery fq = new FilterQuery();
String keyword[] = { “http” };
fq.track(keyword);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment