ChatterServiceTest.ChatterRestServiceTest.TestRestFollow C# (CSharp) Method

TestRestFollow() private method

private TestRestFollow ( ) : void
return void
        public void TestRestFollow()
        {
            ChatterService.ChatterRestService service = new ChatterService.ChatterRestService(_url, _logService);
            service.Login(_client_id, _grant_type, _client_secret, _username, _password);
            service.Follow("005A0000001X3Nb", "005A0000001X2Yp");
        }