- Issue created by @mugesh.s
- Status changed to Postponed: needs info
7 months ago 11:27am 26 April 2024 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');
- Status changed to Active
3 months ago 9:48am 22 August 2024