Exemplo n.º 1
0
        public void GetAccountFeed()
        {
            Twitter t = new Twitter();

            t.GetAccountFeed();
        }
Exemplo n.º 2
0
        public void UnfollowAccount()
        {
            Twitter t = new Twitter();

            t.UnfollowAccount();
        }