From 7ca22dffa17b284049e7027c89b21428a5e8cb08 Mon Sep 17 00:00:00 2001 From: Olexandr Radovenchyk Date: Mon, 2 Sep 2024 12:20:12 +0300 Subject: [PATCH] Update readme.md Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 57e29b3..91766d8 100644 --- a/readme.md +++ b/readme.md @@ -6,8 +6,8 @@ The solution isn't hard, but it will take a bit of work. TWITTER API Setup ------------- -First, head to https://dev.twitter.com, sign in, and authorize the dev app for your account. -Once you are signed in, create a new app at https://dev.twitter.com/apps +First, head to https://dev.x.com, sign in, and authorize the dev app for your account. +Once you are signed in, create a new app at https://dev.x.com/apps The only thing you actually to do here, is fill out the required fields; App Name, App Description, and Website (I used the URL for my TT-RSS install). Then mark that you've read the TOS, fill in the annoying CAPTCHA, and hit the Create App button. @@ -17,9 +17,9 @@ The things you'll need from this page are Consumer key, Consumer secret, Access TWITTER API Limitations ------------- -The Twitter API limits to 15 calls per 15 minute time period. If you exceed this threshold, the Twitter returns a "Too Many Requests" error. -This is a Twitter imposed limitation that I have no control over. -https://dev.twitter.com/docs/rate-limiting/1.1 +The Twitter API limits to 15 calls per 15 minute time period. If you exceed this threshold, the X (Twitter) returns a "Too Many Requests" error. +This is a X (Twitter) imposed limitation that I have no control over. +https://dev.x.com/docs/rate-limiting/1.1 PHP Setup -------------