Skip to content

Instantly share code, notes, and snippets.

@jorgemd24
jorgemd24 / tinder.php
Last active April 14, 2016 17:55
API Tinder to see pictures and if it is a match or not
<?php
$url_login = 'https://api.gotinder.com/auth';
$data_login = array(
'facebook_token'=> 'XXXXXXXXXXXXXXXXXXXXXXX' ,
'facebook_id'=> 'YYYYYYYYYY');