sprinklr-inc/twitter4j-ads

ScopedTimeline support

Opened this issue · 1 comments

Is this endpoint supported/implemented? I'm only seeing it in the Internal folder.

https://dev.twitter.com/ads/reference/get/accounts/account_id/scoped_timeline

Can you see if the getScopedTimeline function within this file is what you're looking for? I haven't tested this function but for this sort of thing I would definitely recommend playing around with it in twurl first (we don't have equivalent of a visual API explorer but twurl is pretty easy to use and authenticate multiple accounts with as well).

https://github.com/sprinklr-inc/twitter4j-ads/blob/master/twitter4j-ads/src/twitter4j/internal/models4j/TwitterImpl.java

If there's something you can do with twurl but can't do with the SDK, definitely use it as an example because it will be easy for us to identify what scenario is missing.