UPDATE(2017-04-02): No longer working, Tinder fixed the last ping date in their API.
Thanks to Tinder Online, you can now swipe, match, and message from any device. All you need is an internet connection. That’s great news for anyone who’s stuck at school, work, or beyond the reach of 4G. Now you can simply navigate to Tinder.com from any browser, and you’re back in business. Instant Bonus: Steal our 14 all-time BEST.
TinderOnline is a Go program made on the top of Tinder API.
This is the New Tinder Web for desktop. Log in or Sign up online to the Best app for free online dating.Features: Video Calling App Web Chat Available for PC.Match singles near your area. User search.Login with facebook or your mobile phone. Now that the traditional days of courting are behind us, the new online dating arena poses some exciting prospects. With Tinder, Bumble, OkCupid, and many others, everyone uses a dating app at least once in their life. Tinder Online community Create a post. Registering for this site is easy Just fill in the fields below, and we'll get a new account set up for you in no time. Account Details. Profile Details. Name. This field can be seen by: Everyone. Short Description.
The TinderOnline’s goal is to be a perfect tool providing a stupidly easy-to-use and fast program to find out when was the last time your friends used the Tinder App. It uses your Facebook Token to autenticate and find your friends, then show to you how much time passed since their last use.
Project Status
TinderOnline is on beta. Pull Requests are welcome
Features
Tinder Online Now
- Open source - You can check out our code
- Secure
- Only one parameter
- 100% satisfaction guaranteed
- It’s perfect to find out if your girlfriend or boyfriend are using Tinder
- Instantly see who are online now
- STUPIDLY EASY TO USE
- Very fast start up and response time
- Uses native libs
Installation
Option 1: Go Get
Make sure that $GOPATHbin
is in your PATH, if it is not add it by doing export PATH=$PATH:$GOPATH/bin
Option 2: From source
Usage
Show Help
Show your friends
How to get your Facebook Token
Open This link
You will see a dialog that says you have already authorized Tinder. At this point, open your browser’s developer tools. (Cmd + Option + I on Mac) or (F12, Ctrl + Shift + I on Windows) or right click the page anywhere and select ‘Inspect’. Switch to the ‘Network’ tab in your developer tools window. Your dev tools window should look like the image below.
Press the ‘Okay’ button on the Tinder dialog, and you will see some activity in the Network tab. In the Network tab, locate the new ‘confirm?dpr=2’ entry, and right click it. Select the ‘Copy Response’ option from the context menu like in the image below.
After copying the response, paste it into some notepad and remove everything before the
&access_token=
and everything after the&expires_in=
, you will get only the Facebook Token, it should looks like it:
EAATm0PX4ZCpsAAG1dVq03YCE7BZB58ejN1MvkZAV6NFlJg4BKjhYZAz1G38b9CQfZCbzZCfEXkgkCkGkP1SEARXr3F1uQKjDSZA9RVd0LFt9ZBZDFh3mWo370IayhPIsVi7xJC4SvLEu99mxIHyG2VG07c5EyUI9MGLGC2sGTccHvdw3h6FTZAu6KCv
- This is the value you should pass when calling the TinderOnline
Program Help
Contributing
Bug Reports & Feature Requests
Please use the issue tracker to report any bugs or file feature requests.
Developing
PRs are welcome. To begin developing, do this:
Social Coding
- Create an issue to discuss about your idea
- [Fork it] (https://github.com/DiSiqueira/TinderOnline/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Profit! :white_check_mark:
License
Tinder Online Sign In
The MIT License (MIT)
Tinder Online Login
Copyright (c) 2013-2017 Diego Siqueira
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the “Software”), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.