Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenstedt authored Feb 4, 2022
1 parent 59ae3b9 commit 275c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See [examples](https://github.com/fallenstedt/twitter-stream/tree/master/example
##### Obtain an Access Token using your Twitter Access Key and Secret.

You need an access token to do any streaming. `twitterstream` provides an easy way to fetch an access token. Use your
access token and secret access token from twitter to request a bearer token.
API key and secret API key from twitter to request an access token.

```go
tok, err := twitterstream.NewTokenGenerator().SetApiKeyAndSecret("key", "secret").RequestBearerToken()
Expand Down

0 comments on commit 275c1e8

Please sign in to comment.