Updated Notify_twitter (markdown)

Chris Caron 2022-11-11 14:48:18 -05:00
parent b92280079e
commit a918020e08

@ -9,7 +9,7 @@
Twitter Direct Messages are slightly more complicated then some of the other notification services, so here is quick breakdown of what you need to know and do in order to send Notifications through it using this tool:
1. First off, you need to generate a Twitter App from [developer.twitter.com](https://developer.twitter.com/en/apps). It's through a Twitter App we will be able to send our DMs.
2. Once you create the app, you'll need to **generate the Access Tokens**. This Is done from the "*Keys and Access Tokens*" Tab.<br/>![Imagine 2022-05-29 215909](https://user-images.githubusercontent.com/55278049/170889227-a593c2e4-901c-42b1-801f-2a8e6f6eee28.png)
2. Once you create the app, you'll need to **generate the Access Tokens**. This Is done from the "*Keys and Access Tokens*" Tab.<br/>![Immagine 2022-05-29 215909](https://user-images.githubusercontent.com/55278049/170889227-a593c2e4-901c-42b1-801f-2a8e6f6eee28.png)
3. If you need to post automatic tweets, send private messages you need to request high access on your application you can do it by accessing the **Elevated** section under the **Twitter API v2** section (on left menu). Twitter asks you to justify why you need it as long as you specify the purpose of your app in detail<br/>![Immagine 2022-05-29 221019](https://user-images.githubusercontent.com/55278049/170889548-ef64e746-9159-45ec-a763-74199e864964.png)<br/>For more information, please refer [here](https://developer.twitter.com/en/support/twitter-api/v2#:~:text=Can%20all%20Twitter%20API%20v2,not%20available%20at%20this%20time.).
You should now have 4 Tokens to work with at this point on this same page.