facebook / facebook-ruby-business-sdk

Ruby SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
208 stars 161 forks source link

v0.4.0.1 (+3 more versions) not published to Rubygems #73

Closed ermanc-salsify closed 5 years ago

ermanc-salsify commented 5 years ago

Which SDK version are you using?

v0.3.3.3

What's the issue?

ids_of_invalid_requests field missing on CheckBatchRequestStatus object

Steps/Sample code to reproduce the issue

> resp = catalog.check_batch_request_status(handle: "...handle here...", load_ids_of_invalid_requests: true)
> resp.first.handle
=> "...handle here..."
> resp.first.ids_of_invalid_requests
Traceback (most recent call last):
        1: from (irb):8
NoMethodError (undefined method `ids_of_invalid_requests' for #<FacebookAds::CheckBatchRequestStatus:0x0000...>)>

Observed Results:

Exception thrown for method not being defined in v0.3.3.3

Expected Results:

Being able to use v0.4.0.1 which has this method/field defined


Aside from filling out the issue template, my main concern is that facebookbusiness gem has not published a new version since v0.3.3.4: https://rubygems.org/gems/facebookbusiness

whereas Github releases have 4 more versions released since then: v0.4.0.1 v0.4.0.0 v0.3.3.6 v0.3.3.5 https://github.com/facebook/facebook-ruby-business-sdk/releases

Is it possible that you can publish the missing releases to rubygems?

jingping2015 commented 5 years ago

Thanks for reporting this issue. I have push v0.4.0.1 and you can check it on rubygems.