DEV Community

Evan Lin
Evan Lin

Posted on • Originally published at evanlin.com on

[Golang] Testing Twitter Authentication and Building a Timeline Project

title: [Golang] Testing the Twitter Authentication Process and a Small Project to Fetch Your Twitter Timeline
published: false
date: 2022-05-25 00:00:00 UTC
tags: 
canonical_url: http://www.evanlin.com/go-twitter/
---

## ![img](https://github.com/kkdai/twitter-auth-web/raw/master/images/heroku_setting.jpg)

# Twitter API 1.1 Three-Stage Authentication Example Website

Because I did a 52 Projects challenge in 2015, I often have a bunch of projects that I've forgotten I wrote. Until I received a PR (Pull Request), there's a project here.

#### [https://github.com/kkdai/twitter](https://github.com/kkdai/twitter)

I even wrote an article for it: [[Golang] Learning about Twitter's Three-legged Authentication](https://www.evanlin.com/twitter-server-sign/) , I really forgot I wrote this project. But until someone sent a PR, I remembered this project, and then? I actually forgot whether this project could still work, so I quickly deployed the original example program to Heroku for a test.

### [twitter-web-auth.herokuapp.com/](https://twitter-web-auth.herokuapp.com/)

You can enter this website, click the Twitter ICON to authenticate, and it will display the latest message from your Twitter Timeline. (Well, it's ugly.

If you're interested, you can develop the Twitter Go SDK together [**HTTPS://GITHUB.COM/KKDAI/TWITTER**](https://github.com/KKDAI/TWITTER?fbclid=IwAR2lOf0YzigrrsxzRiSw5x8yLGcSGAtXJHfDkCj0E0aODD9SBHQi3EaqxOo)

## Related Links

- [https://github.com/kkdai/twitter](https://github.com/kkdai/twitter)

- [twitter-web-auth.herokuapp.com/](https://twitter-web-auth.herokuapp.com/)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)