25,029 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
120
views
X (Twitter) OAuth 2.0 Authorization Code Flow with PKCE returns 400 Bad Request before login
I’m experiencing a 400 Bad Request error when attempting to authenticate users via OAuth 2.0 Authorization Code Flow with PKCE on my X API v2 application.
Application Details
App Type: Web App (...
Tooling
0
votes
0
replies
81
views
How can I collect tweets from multiple accounts (2020–2025) for research purposes?
I’m conducting a registered study on the accuracy of political pundits’ predictions, using their posts on X (Twitter) as data. The project is registered on OSF: https://osf.io/s9c3x.
I need to collect ...
Tooling
0
votes
0
replies
18
views
I want an Altanative Way to ScrapeTwitter text post on an Issue Using Twitter API (v2)
I have tried the free version but it is not enough, I also applied for the Free Researcher API but was never granted. I have no 200ドル to pay for it for a month because I am from from a third word ...
-3
votes
1
answer
177
views
Unable to post mp4 video on x/twitter using API
The goal is to be able to post an mp4 video on X.
The flow starts with upload_video, where I pass the data to be uploaded.
My issue appears to be, that the video is not being linked.
Do I need to have ...
0
votes
0
answers
70
views
X API twitter-api-v2 Like not working - App attached to project issue
I get this error message when I tried to call like, using the library twitter-api-v2.
await client.readWrite.v2.like(user.data.id, xPostID);
{
client_id: 'abc',
detail: 'When authenticating ...
-3
votes
1
answer
91
views
How to create a Twitter bot in Spring Boot using twitter-api-java-sdk - OAuth error on posting tweets
I’m building a Twitter bot using Spring Boot and the official Twitter Java SDK (twitter-api-java-sdk), version 2.0.3.
Dependency:
<dependency>
<groupId>com.twitter</groupId>
&...
0
votes
0
answers
77
views
Single API request responds with rate limit message
I have been testing out the free X api.
I have my bearer token and other details set up in Postman.
I have made a single GET request to
https://api.x.com/2/users/by?usernames=fuzigish
The response I ...
0
votes
0
answers
50
views
Get Tweet Thread Context with twitterapi
I'd like to get the entire tweet thread story.
Like this one, for example:
https://x.com/sterlingco_3/status/1808511113124048946
There are 10 tweets.
I'm using https://api.twitterapi.io/twitter/tweet/...
0
votes
1
answer
273
views
ERROR [org.keycloak.services.error.KeycloakErrorHandler] No identifier provider for identity
I was using Twitter/X as a identity provider of KeyCloak(keycloak:26.3.1).
I was using Oauth2, some config is following:
config of keycloak](https://i.sstatic.net/cW4zuHAg.png)
config of keycloak](...
0
votes
0
answers
47
views
App X opens but doesn't show search results with Linking.openURL
I'm developing an app in React Native and trying to open the X app programmatically by passing a search string with Linking.openURL.
The behavior I'm seeing is the following:
The X app opens ...
1
vote
0
answers
263
views
Why are we getting a 403 error when posting to X API?
I am trying to set up API integration for the first time so we can automatically post a few images to our X page.
I’ve tried entering the following into the browser address bar but get the associated ...
0
votes
0
answers
89
views
Visual Basic for Application to Pull Twitter Feed Data - Error 429
I have an ms access database where I monitor social media posts and track the likes, shares, etc. of various sites. This has been a manual process which takes too long, requires too many people to do ...
0
votes
0
answers
46
views
Python/Tweepy script posts blank image from OpenWeatherMap Tile API in twitter
I have a Python script that fetches weather data and a corresponding weather map tile from OpenWeatherMap, then posts them to Twitter using Tweepy.
The script successfully fetches text data and posts ...
0
votes
1
answer
731
views
Does Twitter/X have APIs to get list of Followers & Followings
I want to get a list of followers & followings of my X.com userid (or of any other user). I was looking at Twitter Developer Portal
It lists different plans available for X.com APIs https://...
0
votes
0
answers
97
views
Opening apps from a browser link like <a href="bluesky://intent/compose?text=asd"/> for various social media
What are the URL "intent" endpoints to trigger specific apps for sharing to various social media? - like bluesky does via:
<a href="bluesky://intent/compose?text=myUrlEncodedText&...