Does anyone have experience working with Twitter's V2 API using Xano?
I'm trying to fetch a tweet's liking data to see who's liked the tweet.
I tried doing it with Oauth 2.0 App-only, which only requires a bear token but got a response saying that the authentication method is forbidden. Likely, the API documentation is not updated.
I already have oauth 1.0a set up in Xano, but I'm unsure how to configure a request using oauth 1.0a's credentials in Xano.