sprinklr-inc / twitter4j-ads

Twitter4j-ads java library
MIT License
28 stars 8 forks source link

Upgrade plans #73

Open jamazurak opened 4 years ago

jamazurak commented 4 years ago

Hi all,

are there any plans to upgrade the library to use the current Twitter API version (6)? The one which is used in the library was deprecated on 2019-08-28. https://developer.twitter.com/en/docs/ads/general/overview/versions Thank you in advance.

wanqulou commented 4 years ago

up up...

vinitkataria commented 4 years ago

The version v4 of the JAR can be found here: https://mvnrepository.com/artifact/com.github.sprinklr/twitter4j-ads

Version v5 should be available above in a day or two.

Version v6 - we would try to upload above in a month or so.

talha31093 commented 4 years ago

Hi, @vinitkataria is there a tentative date on the release of version-v6? I have to start using the ads Apis and I thought, it would be better if I could use version-v6 directly.

talha31093 commented 4 years ago

Hi, 1) In version v5, I could not find active_entities API, is it not there or is there a miss on my side? 2) For entityType, FUNDING_INSTRUMENT metric groups supported are only - Engagement and Billing according to the documentation: https://developer.twitter.com/en/docs/ads/analytics/overview/metrics-and-segmentation But, in the code, all the metric groups for the entityType are fetched. Is there a logic to it?

xlthor commented 4 years ago

Even latest master branch is on v6 which results in a deprecation warning once requests are sent. This version (6) will be discontinued in September, current version is 7

selvipt commented 4 years ago

@xlthor I compiled the master branch, but it still creates the jar version 5.0(twitter4j-ads-5.0.jar). Are you sure 6.0 version exist?