Skip to content

Commit

Permalink
update twitter oauth docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miljan-aleksic committed Mar 5, 2024
1 parent 1435896 commit 33ed28f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The source settings determines the content structure, every time the instance is

### Authentication

Authentication is based on the OAuth protocol driven by the [Twitter OAuth Driver](/essentials-for-yootheme-pro/auth/drivers/twitter-oauth).
Authentication is based on the OAuth protocol driven by the [Twitter OAuth Driver](/essentials-for-yootheme-pro/auth/drivers/twitter-oauth). Due to Twitter API policies it is not possible to use a ZOOlanders oAuth App, instead you must [setup a custom Twitter Dev App](/essentials-for-yootheme-pro/auth/drivers/twitter-oauth#custom-twitter-dev-app) and use your own credentials.

{% image %}
![Twitter OAuth Driver](/assets/ytp/auths/driver-twitter-oauth.webp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Learn more about Essentials [OAuth security protocols](/essentials-for-yootheme-

---

## Authentication
## Custom Twitter Dev App

Due to Twitter API policies updates is not longer possible to use the ZOOlanders oAuth, instead you must setup a custom Twitter Dev App and use your own credentials. We have listed all the steps required below. Once ready, copy the resulting informations (Client ID, Client Secret and Refresh Token) into the respective fields.
Due to Twitter API policies it is not possible to use a ZOOlanders oAuth App, instead you must setup a custom Twitter Dev App and use your own credentials. We have listed all the steps required below. Once ready, copy the resulting informations (`Client ID`, `Client Secret` and `Refresh Token`) into the respective fields.

{% callout type="warning" title="ZOOlanders OAuth" %}
Beware that it's a pretty technical process that requires some development skill like interacting with REST APIs.
Beware that it's a technical process that requires some development skills like interacting with REST APIs.
{% /callout %}

### Step 1. Create a new Developer Application
Expand Down

0 comments on commit 33ed28f

Please sign in to comment.