I need a username token that represents a url username
, like here =>
https://twitter.com/username
.
Twitter API docs aren't clear on that. I can't tell the difference:
screen_name = The user screen name
name = The user full name
Screen name is the username of the twitter account.
From the twitter account you can see this url
"user_mentions": [{
"screen_name": "TwitterEng",
"name": "Twitter Engineering",
"id": 6844292,
"id_str": "6844292",
"indices": [81, 92]
}, {
There is also a npm package available for extracting screen_name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With