Beispiel #1
0
 private TinderState()
 {
     Api = new TinderAPI();
 }
Beispiel #2
0
 public void logout()
 {
     // Unauthenticate
     // New API
     // Reset XAuthToken
     IsAuthenticated = false;
     Api = new TinderAPI();
     _settings.XAuthToken = null;
     looping = false;
     last_activity_date = "";
     Updates = null;
 }