367368369370371372373374375
return contactsInterface; } public FavoritesInterface getFavoritesInterface() { if (favoritesInterface == null) { favoritesInterface = new FavoritesInterface(apiKey, sharedSecret, transport); } return favoritesInterface; }