- Updated IgtvLive upload endpoint
- Add delay in login requests
Unclaimed project
Are you a maintainer of instagram4j? Claim this project to take control of your public changelog and roadmap.
Release 2.0.5
Release 2.0.4
Changelog:
Release 2.0.3
FeedIterable.of(client, new FeedTimelineRequest())
.stream()
.limit(2)
.forEach(response -> {
// do stuff...
});