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
{{ message }}
This repository has been archived by the owner on May 1, 2022. It is now read-only.
In a095674 it is using get_id_for_screen_name to get id of recipient when sending a dm with new twitter api. But this makes a extra rest call every time I send a dm. It takes longer than it used to be.
Instead store the id of the recipient in the database and then simply get the value from it.
The text was updated successfully, but these errors were encountered:
In a095674 it is using
get_id_for_screen_name
to get id of recipient when sending a dm with new twitter api. But this makes a extra rest call every time I send a dm. It takes longer than it used to be.Instead store the id of the recipient in the database and then simply get the value from it.
The text was updated successfully, but these errors were encountered: