-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"impression_count" is missing #61
Comments
Sorry, it looks like you just haven't generated the latest one. |
Has it been fixed |
@sboy99 |
If you want to use it, you can fork it yourself, import #51, and publish it to your npm scope. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Twitter has recently started publishing impression counts, so the API can now also take
impression_count
inpublic_metrics
. On the other hand, you can no longer getimpression_count
fromnon_public_metrics
.Expected behavior
CAN to get
impression_counts
frompublic_metrics
CANNOT to get
impression_counts
fromnon_public_metrics
Actual behavior
CANNOT to get
impression_counts
frompublic_metrics
CAN to get
impression_counts
fromnon_public_metrics
Steps to reproduce the behavior
please use this
https://github.com/sor4chi/repro-twitter-sdk-missing-params
The text was updated successfully, but these errors were encountered: