Twitter Developer Labs
-
Search Users based on Emoji
Emoji search is working fine for tweets, but not for user search.
5 votes -
Endpoint or method to return account(s) current standing (eg. suspended, deactivated, deleted etc)
This would be desirable for research into both active & historical fake & disinfo accounts. Academics might also like it
Description
An endpoint or method that returns whether accounts has been renamed, suspended, deactivated or deleted, for both a single account and a list of accounts.
We should be able to pass in either screenname or id or idstr, or lists thereof.
Return an appropriately detailed JSON object.
We can currently only establish if an account is suspended by attempting a GET user/show & then parsing the error response codes.
Rationale
It used to be possible to do…
6 votes -
1 vote
-
"Followers you know" in Get labs/2/users expansions
In the app or on the web, we can access to the list of "Followers you know" of another user. It could be nice to have this information in expansions too.
8 votes -
Who to follow API
Add an API version of the popular "Who to follow" link seen at lower right on the home page: https://twitter.com/<...>/whotofollow .
(Currently it uses non-public APIs under the hood.)6 votes -
Could not authenticate you
I always get the error "{"errors":[{"code":32,"message":"Could not authenticate
you."}]}" when I use "users/show.json", but it can success with "application/ratelimitstatus.json".
Can I get more information to solve this problem? Thank you !1 vote -
Date of last activity in Get labs/2/users expansions
It's useful to have the date of last activity of a user. Before we could deduce it from the most recent tweet but now it's gone in v2 and it become really tricky to get this information.
4 votes -
1 vote
-
labs/1/users errors collection
The new error collection is awesome! I am glad that we can now understand why fewer items are returned than requested.
However, the errors are not always useful, in some cases you get
status:403
title:"Forbidden"
type:"about:blank"
detail:"Forbidden"It is not clear which element caused this error since the error index is not correlated with the input id index, ideally there should be a reference to which id caused this error, and the order of the results returned seems random.
It is not clear what's the reason for this error, in cases when we are returning a list, it's probably not…
2 votes
- Don't see your idea?