New
2.0.3
Release 2.0.3
- Fixed fbsearch location name
- New convenience of method for FeedIterable
FeedIterable.of(client, new FeedTimelineRequest())
.stream()
.limit(2)
.forEach(response -> {
// do stuff...
});
Unclaimed project
Are you a maintainer of instagram4j? Claim this project to take control of your public changelog and roadmap.
Release 2.0.3
FeedIterable.of(client, new FeedTimelineRequest())
.stream()
.limit(2)
.forEach(response -> {
// do stuff...
});