private InstagramService() { Locations = new InstagramLocationsEndpoint(this); Media = new InstagramMediaEndpoint(this); Relationships = new InstagramRelationshipsEndpoint(this); Tags = new InstagramTagsEndpoint(this); Users = new InstagramUsersEndpoint(this); }
private InstagramService(InstagramOAuthClient client) { Client = client; Locations = new InstagramLocationsEndpoint(this); Media = new InstagramMediaEndpoint(this); Relationships = new InstagramRelationshipsEndpoint(this); Tags = new InstagramTagsEndpoint(this); Users = new InstagramUsersEndpoint(this); }