Example #1
0
 public InstaWebProcessor(
     AndroidDevice deviceInfo,
     UserSessionData user,
     IHttpRequestProcessor httpRequestProcessor,
     ILogger logger,
     UserAuthValidate userAuthValidate,
     InstaApi instaApi,
     InstaHttpHelper httpHelper)
 {
     this.deviceInfo           = deviceInfo;
     this.user                 = user;
     this.httpRequestProcessor = httpRequestProcessor;
     this.logger               = logger;
     this.userAuthValidate     = userAuthValidate;
     this.instaApi             = instaApi;
     this.httpHelper           = httpHelper;
 }