diff --git a/src/pages/essentials-for-yootheme-pro/addons/sources/providers/twitter.md b/src/pages/essentials-for-yootheme-pro/addons/sources/providers/twitter.md index 36774fc5..c6c53af7 100644 --- a/src/pages/essentials-for-yootheme-pro/addons/sources/providers/twitter.md +++ b/src/pages/essentials-for-yootheme-pro/addons/sources/providers/twitter.md @@ -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) diff --git a/src/pages/essentials-for-yootheme-pro/auth/drivers/twitter-oauth.md b/src/pages/essentials-for-yootheme-pro/auth/drivers/twitter-oauth.md index 28352f45..d42a2085 100644 --- a/src/pages/essentials-for-yootheme-pro/auth/drivers/twitter-oauth.md +++ b/src/pages/essentials-for-yootheme-pro/auth/drivers/twitter-oauth.md @@ -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