Ejemplo n.º 1
0
        public static TwitterResponse<TwitterStatusCollection> FriendTimeline(OAuthTokens tokens, TimelineOptions options)
        {
            Commands.FriendsTimelineCommand command = new Commands.FriendsTimelineCommand(tokens, options);

            return CommandPerformer.PerformAction(command);
        }
Ejemplo n.º 2
0
        public static TwitterResponse <TwitterStatusCollection> FriendTimeline(OAuthTokens tokens, TimelineOptions options)
        {
            Commands.FriendsTimelineCommand command = new Commands.FriendsTimelineCommand(tokens, options);

            return(CommandPerformer.PerformAction(command));
        }