Running the CoreTwitter application
Perform a build of your project to make sure everything builds correctly. Then, start debugging your application. Because you have not been authenticated, you will be redirected to Twitter to be authenticated.
This is a page that I am sure you are used to seeing:
- Many web applications use OAuth for authentication. To continue, click on the
Authorize app
button, as follows:
- You will then see a redirection notice. This could take a few moments to redirect you. It all depends on your internet connection speed:
- Once you have been redirected to your
CoreTwitter
application, you will see theOAuth Authentication Succeeded
message displayed. Following that, click on theHome
button to go toHomeTimeline
:
HomeController
jumps into action as theGetHomeTimeline
action is called and redirects you to theHomeTimeline
view. You will see your tweets loaded in the page:
- As you scroll through the tweets (remember, I only returned 10), you will see that there are videos included...