diff --git a/Notify_twitter.md b/Notify_twitter.md index 3d9933f..3000735 100644 --- a/Notify_twitter.md +++ b/Notify_twitter.md @@ -9,6 +9,7 @@ Twitter Direct Messages are slightly more complicated then some of the other no 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.
![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
![Immagine 2022-05-29 221019](https://user-images.githubusercontent.com/55278049/170889548-ef64e746-9159-45ec-a763-74199e864964.png)
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. * A Consumer Key @@ -19,6 +20,7 @@ You should now have 4 Tokens to work with at this point on this same page. ![image](https://user-images.githubusercontent.com/850374/159798092-33126194-eefb-4bca-80d0-7020f25cfe22.png) From here you're ready to go. You can post public tweets or simply create DMs through the use of the mode= variable. By default Direct Messaging (DM) is used. + ### Syntax Valid syntaxes are as follows: * **twitter**://**{ConsumerKey}**/**{ConsumerSecret}**/**{AccessToken}**/**{AccessSecret}**