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
{{ message }}
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.
I have had some issues where I liked a person and the exact same person shows up again later. I haven't done enough testing to see whether this occurs only to people at the top of the list after scrolling down (i.e. new recommendations may have been pulled).
Does the user id and hash data get updated in the recommendation list if the same person is returned by Tinder? I understand that there is a specific user id and content id associated with each recommendation from Tinder, whether the content id actually affects the like command is conjecture though. (I was playing with a Python based Tinder script before and that inserts the hash data after the like command.)
The text was updated successfully, but these errors were encountered:
It's not the cleanest code. We created the project to learn React and JavaScript, and there are definitely bugs and optimizations we could add, but don't have time for at this stage in time. You caught one of the common bugs, it has to do with how we filter the recommendations (spoiler: it's pretty badly done).
I have had some issues where I liked a person and the exact same person shows up again later. I haven't done enough testing to see whether this occurs only to people at the top of the list after scrolling down (i.e. new recommendations may have been pulled).
Does the user id and hash data get updated in the recommendation list if the same person is returned by Tinder? I understand that there is a specific user id and content id associated with each recommendation from Tinder, whether the content id actually affects the like command is conjecture though. (I was playing with a Python based Tinder script before and that inserts the hash data after the like command.)
The text was updated successfully, but these errors were encountered: