I am trying to implement the Twitter API, but I encountered a blank block. I checked and debugged the code, and this is the result I got
file path (socialfeed/src/Plugin/Block/TwitterPostBlock.php)
Does this Twitter API only work with the Basic Plan?
I am referring to the site https://twitteroauth.com/ and using API v2. I only get the 'user/me' endpoint; other GET routes are available on the Basic Plan. Could you please clarify this issue?
I changed the code at the path socialfeed/src/Services/TwitterPostCollector.php to use the getPosts function
$this->twitter->setApiVersion('2');
return $this->twitter->get('users/me');
#3 worked for me as well , solution to problem in pathauto after upgrade site drupal 9 to drupal 10.
🐛 | Drupal core | Unable to translate "You must include at least one keyword to match in the content..."
mugesh.s → created an issue.