source.addPage("theguardian", "https://www.facebook.com/theguardian", "a name for this");
//or use the ID of the facebook page
//source.addPage("10513336322", "https://www.facebook.com/theguardian", "a name for this");
//enable options using
source.enableComments(true)
.enableLikes(true)
.enablePostsByOthers(true);
//or all at once
source.setParams(true, true, true);
ManagedSource managedSource = datasift.managedSource().create("My managed source", source).sync();