-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use tinderauth #98
Comments
Yeah, we could store the username and password as well. One thing to note is that tinderauth takes a while to run because ZombieJS is so slow, and it isn't super tested either, I'm not sure it's super robust |
Hey guys, I'd strongly urge against doing this. We should let Facebook handle user credentials... a few reasons:
Check out #91, which fixes some issues, including constantly getting prompted for your password from Facebook. We can take advantage of the existing Facebook session (if the user opted to remember the computer) to generate Tinder tokens as needed. |
Yeah agreed, let's not even open that can of worms, if we fix the issue where we're logged out all the time we should be absolutely fine, those xAuthTokens that Tinder gives back are pretty hardy and can be used for quite a while. |
It could be a good improvement to use the tinderauth repo to get the tokens, as is we don't have to login every times and can integrate the login form directly in the main window.
The text was updated successfully, but these errors were encountered: