Socialmetrica/Datanalitica.package/TwitterAPI.class/instance/userMentionsFor..st

5 lines
234 B
Smalltalk
Raw Normal View History

accessing
userMentionsFor: username
| rawResponse queryURL |
2021-07-26 12:46:45 +00:00
"The following query gets the last 100 mentions that is the maximun allowed for a particular user without pagination:"
^ self userQueryFor: username selecting: 'mentions'