You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you noticed that the tagged command doesn't return the correct number of times that a user was tagged?
Indeed it just checks at the 18 newest post that has the parameter "next_max_id" or something like that...
On the case that i've tested when i checked manually at the 18 newest post there were:
12 post that has tagged users;
4 different tagged users
one of the user were tagged 12 times
the other 3 users were tagged 1 time each
The Osintgram detected the following result:
1 user tagged twice (it detected only the user that has been tagged 12 times)
I think that the getPeopleTaggedByUser isn't detecting the correct amount of posts (18)... maybe when selecting only post that has the max_id param...
The text was updated successfully, but these errors were encountered:
Have you noticed that the tagged command doesn't return the correct number of times that a user was tagged?
Indeed it just checks at the 18 newest post that has the parameter "next_max_id" or something like that...
On the case that i've tested when i checked manually at the 18 newest post there were:
12 post that has tagged users;
4 different tagged users
one of the user were tagged 12 times
the other 3 users were tagged 1 time each
The Osintgram detected the following result:
1 user tagged twice (it detected only the user that has been tagged 12 times)
I think that the getPeopleTaggedByUser isn't detecting the correct amount of posts (18)... maybe when selecting only post that has the max_id param...
The text was updated successfully, but these errors were encountered: