DEV Community

Cover image for Episode 14: Building a JSON API - Twitter OAuth (OAuth 1.0)
Nathan Bland
Nathan Bland

Posted on

Episode 14: Building a JSON API - Twitter OAuth (OAuth 1.0)

Sometimes users don't want to make yet another account. In this episode we'll cover how to let them use a twitter account with OAuth 1.0 instead.

Thanks for watching!

Source code:

GitHub logo NathanBland / core

Repository for the "core" video series

core

An express.js powered json api built for the "core" series.

Getting started

$ git clone git@github.com:NathanBland/core.git
$ cd core
$ docker-compose up



Latest comments (0)