xdevplatform / twitter-ruby-ads-sdk

A Twitter supported and maintained Ads API SDK for Ruby.
https://twitterdev.github.io/twitter-ruby-ads-sdk/
MIT License
67 stars 71 forks source link

Deprecation August, 2019 #206

Closed smaeda-ks closed 5 years ago

smaeda-ks commented 5 years ago
  1. Audience Intelligence endpoint will no longer be available as of 2019-08-28 (announcement).
  2. The old tweet preview endpoints will no longer be available as of 2019-08-20 (annoucement).

Also, I had to update the Gemfile to fix Faker gem version (to only use 1.x) as they introduced breaking changes as of version 2.0 and our test was failing. This should be easy to fix (migrate positional arguments to keyword arguments) but I'll see later if it's worthy enough to work on.