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

FacebookAds::Adset.get() throws "uninitialized constant FacebookAds::Adset" #62

Closed iamricks closed 5 years ago

iamricks commented 5 years ago

Fetching an adset like so:

FacebookAds::Adset.get(objectSourceId, session)

Throws the exception "uninitialized constant FacebookAds::Adset", this only happens with adsets, it works fine with campaigns and ads

iamricks commented 5 years ago

Didnt notice it was 'AdSet' and not 'Adset' missed the capital S