I saw that the reply_count is only avaliable on premium accounts, i would like to know if this resource is also paid when i use the statuses/user_timeline.json for example, on Twitter API v1

It is not. Premium endpoints are unfortunately not the same as the standard free v1.1 endpoints, so if you need reply_count you will need to get it via a search API on premium.

Another option is to migrate to v2.

1 Like

So in v2 endpoints this attribute its avaliable ?
It’s possible use tokens that was generated through v1 endpoints in the v2 endpoints ?

Another question is, if i migrate my app for v2 api, i can still use the v1 endpoints ?

1 Like

Yes and yes, you can use the same tokens for v1.1 on v2 (if you have added your app to a project) and yes these values are available in v2 if you request the correct fields. Note that very few libraries work with v2 so far.

1 Like

Thanks for ur help @andypiper :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.