1 00:00:01,090 --> 00:00:03,470 - In this video I'd like you to use the technique 2 00:00:03,470 --> 00:00:06,210 that I just demonstrated in the preceding video, 3 00:00:06,210 --> 00:00:08,730 this time to get two recent tweets 4 00:00:08,730 --> 00:00:11,570 from the NASAKepler account's timeline. 5 00:00:11,570 --> 00:00:13,769 So go ahead and pause the video to give that a shot 6 00:00:13,769 --> 00:00:16,303 then come back here to see my answer. 7 00:00:20,430 --> 00:00:23,020 Okay let's go ahead and reveal the answer down here. 8 00:00:23,020 --> 00:00:25,030 So again we're going to use the 9 00:00:25,030 --> 00:00:27,430 API objects user timeline method. 10 00:00:27,430 --> 00:00:29,350 This time we're going to be specifying 11 00:00:29,350 --> 00:00:32,220 the NASAKepler account as the screen name 12 00:00:32,220 --> 00:00:34,810 for which we wanna access the user timeline 13 00:00:34,810 --> 00:00:37,212 and separately we're only requesting 14 00:00:37,212 --> 00:00:41,240 two of the most recent tweets from that timeline 15 00:00:41,240 --> 00:00:42,073 or I should say 16 00:00:42,073 --> 00:00:44,500 the two most recent tweets from that timeline. 17 00:00:44,500 --> 00:00:47,040 So we'll go ahead and execute that and of course 18 00:00:47,040 --> 00:00:49,470 we wanna just iterate through those results 19 00:00:49,470 --> 00:00:51,080 so that we can see them 20 00:00:51,080 --> 00:00:53,990 and these are the two most recent tweets 21 00:00:53,990 --> 00:00:56,570 and both of them happen to be retweets 22 00:00:56,570 --> 00:00:59,713 of another account in this particular case.