Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This app uses the Bookmarks lookup endpoint to get your bookmarks. It then perfo

1. Go to the [Twitter Developer Portal](https://developer.twitter.com/apps) and select the cog icon next to app you wish to use.
1. Click Edit under User authentication settings.
1. Enable OAuth 2.0. Select Single page App as your client type.
1. Enable OAuth 2.0. Select Native App as your client type.
1. Configure your OAuth callback, making sure it ends with `/oauth/twitter`. For example, if you're hosting the app from your local environment, your callback will be `https://127.0.0.1:3002/oauth/twitter`.
1. Make a note of your Twitter Client ID.

Expand All @@ -33,4 +33,4 @@ This app uses the Bookmarks lookup endpoint to get your bookmarks. It then perfo
1. Clone this project.
1. Copy the `.env.template` file into a file named `.env` and fill out the environment variables with the client IDs and secrets for Twitter (note that you will only need the Client ID for Twitter). Your `TWITTER_REDIRECT_URI` should reflect the value of the OAuth callback. Change `APP_URL` to the URL where you are hosting your app.
1. Run `yarn` or `npm install` (only on your first run).
1. Run `yarn dev` or `npm run dev` to start the app.
1. Run `yarn dev` or `npm run dev` to start the app.