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
var tinder = require('tinderjs');
var client = new tinder.TinderClient();
var _ = require('underscore');
console.log('Trying to log...');
client.authorize(
"CAAGm0PX4ZCpsxxxxxxxxxxxxxxx",
"100007278xxxxxx",
function() {
console.log('log ok');
var defaults = client.getDefaults();
var recs_size = defaults.globals.recs_size;
C:\Documents and Settings\Utilisateur\node_modules\tinderjs>node test3.js
Trying to log...
C:\Documents and Settings\Utilisateur\node_modules\tinderjs>
Closed after two seconds, i got the facebook token using Charlesproxy to sniff my phone traffic using charles SSL crt file, and the fb user id using http://graph.facebook.com/myusername
Tinder works fine on my phone aswell on bluestacks android emulator,
i don't know what i can't get connect ? can you help me ??
Thanks you very much
Toto84
The text was updated successfully, but these errors were encountered:
Hello,
i am trying to run the below script test3.js :
var tinder = require('tinderjs');
var client = new tinder.TinderClient();
var _ = require('underscore');
console.log('Trying to log...');
client.authorize(
"CAAGm0PX4ZCpsxxxxxxxxxxxxxxx",
"100007278xxxxxx",
function() {
console.log('log ok');
var defaults = client.getDefaults();
var recs_size = defaults.globals.recs_size;
});
When i run it , i got:
C:\Documents and Settings\Utilisateur\node_modules\tinderjs>node test3.js
Trying to log...
C:\Documents and Settings\Utilisateur\node_modules\tinderjs>
Closed after two seconds, i got the facebook token using Charlesproxy to sniff my phone traffic using charles SSL crt file, and the fb user id using http://graph.facebook.com/myusername
Tinder works fine on my phone aswell on bluestacks android emulator,
i don't know what i can't get connect ? can you help me ??
Thanks you very much
Toto84
The text was updated successfully, but these errors were encountered: