Closed ThijnK closed 1 year ago
It seems that Twitter itself actually just uses the friends_count
as the following count, and that is already being returned by the getProfile
.
So as far as I know, you can just use the friendsCount
entry as the nr of following.
Still, may as well remove the followingCount
property, or give it the same value as friendsCount
.
Fixed in #67
In particular, it seems that the
followingCount
property of theProfile
object is copying thelikesCount
property.For example, this is (part of) one of the profiles I fetched:
I checked and the
followersCount
here is incorrect, but equal to thelikesCount
. Tested with some other profiles and the patterns repeats itselfI'm on the most recent version