Skip to content

Commit 4ce8806

Browse files
Update README.md
1 parent 33d6b06 commit 4ce8806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
This package makes it easy to send Laravel notifications using [Twitter](https://dev.twitter.com/rest/public). (Laravel 8+)
1414

15-
PS: v.7.0.0 only supports Laravel 10 and PHP 8.1. If you have an older Laravel application or PHP version, you can use an older version of this package. Be aware that these are no longer maintained.
15+
PS: v8 now uses the new Twitter API V2. Please read the upgrade guide for your app [here](https://developer.twitter.com/en/docs/twitter-api/migrate/overview).
1616

1717
## Contents
1818

@@ -160,7 +160,7 @@ public function toTwitter(mixed $notifiable): TwitterMessage
160160
}
161161
````
162162
> Note that the reply status ID will be ignored if you omit the author of the original tweet, according to Twitter docs.
163-
### Send a direct message
163+
### Send a direct message (NOT working with the FREE Twitter API plan!)
164164
To send a Twitter direct message to a specific user, you will need the `TwitterDirectMessage` class. Provide the Twitter user handler as the first parameter and the message as the second one.
165165
````php
166166
public function toTwitter(mixed $notifiable): TwitterMessage

0 commit comments

Comments
 (0)