示例#1
0
        public void CheckRequestAuthenticationThrowsExceptionWhenNothingPresent()
        {
            Flickr f = new Flickr();
            f.ApiKey = "X";
            f.ApiSecret = "Y";

            f.CheckRequiresAuthentication();
        }