Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
C# 7 and .NET Core 2.0 Blueprints

You're reading from   C# 7 and .NET Core 2.0 Blueprints Build effective applications that meet modern software requirements

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher
ISBN-13 9781788396196
Length 428 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Dirk Strauss Dirk Strauss
Author Profile Icon Dirk Strauss
Dirk Strauss
Jas Rademeyer Jas Rademeyer
Author Profile Icon Jas Rademeyer
Jas Rademeyer
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. eBook Manager and Catalogue App FREE CHAPTER 2. Cricket Score Calculator and Tracker 3. Cross Platform .NET Core System Info Manager 4. Task Bug Logging ASP .NET Core MVC App 5. ASP.NET SignalR Chat Application 6. Web Research Tool with Entity Framework Core 7. A Serverless Email Validation Azure Function 8. Twitter Clone Using OAuth 9. Using Docker and ASP.NET Core 10. Other Books You May Enjoy

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:

  1. Many web applications use OAuth for authentication. To continue, click on the Authorize app button, as follows:

  1. You will then see a redirection notice. This could take a few moments to redirect you. It all depends on your internet connection speed:
  1. Once you have been redirected to your CoreTwitter application, you will see the OAuth Authentication Succeeded message displayed. Following that, click on the Home button to go to HomeTimeline:

  1. HomeController jumps into action as the GetHomeTimeline action is called and redirects you to the HomeTimeline view. You will see your tweets loaded in the page:

  1. As you scroll through the tweets (remember, I only returned 10), you will see that there are videos included...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime