예제 #1
0
        public void GetAccountFeed()
        {
            Twitter t = new Twitter();

            t.GetAccountFeed();
        }
예제 #2
0
        public void UnfollowAccount()
        {
            Twitter t = new Twitter();

            t.UnfollowAccount();
        }