postaddictme/instagram-java-scraper

Account getFollowedBy() always return null

Birthright50 opened this issue · 1 comments

Title says it all. But in JSON information about subscribers is present in field edge_followed_by:

	"graphql": {
		"user": {
			"biography": "Example",
			"edge_followed_by": {
				"count": 4970713
			},
			"followed_by_viewer": false,
			"edge_follow": {
				"count": 94
			},

I used latest SNAPSHOT version

@Birthright50 thank you for bug report