From 33ed28fb7933214201a2bf60d8cfd72a106d1f21 Mon Sep 17 00:00:00 2001 From: Miljan <513275+miljan-aleksic@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:02:39 +0800 Subject: [PATCH] update twitter oauth docs --- .../addons/sources/providers/twitter.md | 2 +- .../auth/drivers/twitter-oauth.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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