https://nakedsecurity.sophos.com/2017/05/03/tinder-orders-researcher-to-remove-dataset-of-40000-profile-pictures/
https://github.com/scoliann/TinderFaceScraper
To run the script tinderGetPhotos.py, one must first do the following:
1-Download the Tinder app, create a profile, and get it up and running. 2-Create a folder to which the scraped photos will be saved. Then fill in the imagePath variable in the script. 3-Get your FaceBook ID from https://findmyfbid.in/. Then fill in the facebook_id variable in the script. 4-Get your FaceBook token by clicking here. Click Ok, and then look in the response to the POST request hxxps://www.facebook.com/v2.6/dialog/oauth/confirm?dpr=1. One way to see the response to the POST request is to open Developer Tools in Google Chrome prior to clicking Ok, and navigating to the Network tab. In the response, one’s token will be the string sandwiched between &access_token= and &expires_in=. Fill in the facebook_token variable in the script.
Python client for tinder api https://github.com/charliewolf/pynder
tinderbox https://github.com/crockpotveggies/tinderbox
Tinder-py_auto_liker (old) https://github.com/jaungiers/Tinder-py_auto_liker
Tinder API Documentation has been available to the public for years https://gist.github.com/rtt/10403467
Facebook ID and Facebook access token https://github.com/charliewolf/pynder/issues/136
origin - http://www.pipiscrew.com/?p=7891 tinder-orders-researcher-to-remove-dataset-of-40000-profile-pictures