Hi,
Whenever I try to retrieve all list of tweets in my profile using the code below I keed getting MyTweets to be null.
IEnumerable<ITweet> myTweets = TweetList.GetTweetsFromList(MyProfile.ID);
Is there another way I can retrieve the tweets in my profile aside this?
Thank You.
Whenever I try to retrieve all list of tweets in my profile using the code below I keed getting MyTweets to be null.
IEnumerable<ITweet> myTweets = TweetList.GetTweetsFromList(MyProfile.ID);
Is there another way I can retrieve the tweets in my profile aside this?
Thank You.