You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fetching followers or following, the user profile includes a bio, which contains the user's description.
When the bio has URLs, they are often shortened to t.co links instead of displaying the full URLs.
Typically, twitter provides the expanded URLs in other fields in the response, but I couldn't find any related field in the profile struct. Could you check if it's possible to add the missing metadata, if such fields exist?
Thanks!
P.S: I'm pretty sure I used that fields previously in the library x-api-rs. the metadata was stored in legacy object field.
The text was updated successfully, but these errors were encountered:
This is from the v1.1 users/lookup.json, which is the basic user lookup. I'm not seeing this internally, but I'm just noticing it is possible to expand.
While fetching followers or following, the user profile includes a bio, which contains the user's description.
When the bio has URLs, they are often shortened to t.co links instead of displaying the full URLs.
Typically, twitter provides the expanded URLs in other fields in the response, but I couldn't find any related field in the profile struct. Could you check if it's possible to add the missing metadata, if such fields exist?
Thanks!
P.S: I'm pretty sure I used that fields previously in the library x-api-rs. the metadata was stored in
legacy
object field.The text was updated successfully, but these errors were encountered: