You can set the option for the number of entries to retrieve thusly:
feed.setNumEntries(50);
The Feed API documentation indicates that the default is 4. (Look under "Setting the number of feed entries".)
You can set the option for the number of entries to retrieve thusly:
feed.setNumEntries(50);
The Feed API documentation indicates that the default is 4. (Look under "Setting the number of feed entries".)