Skip to content

AdAccount#create_ad_images doesn't seem to work #22

@Aurel-Allard

Description

@Aurel-Allard

Just tried to test the AdImages method:

this = FacebookAdsAPIClient.new('act_11456********')
account = this.get_account

ad_images = account.create_ad_images([
  'https://d38eepresuu519.cloudfront.net/485674b133dc2f1d66d20c9d52c62bec/original.jpg',
  'https://d38eepresuu519.cloudfront.net/3977d2a47b584820969e2acf4d923e33/original.jpg'
])

account variable return the right value, but the create_ad_images raises an error:
"in download: uninitialized constant FacebookAds::AdAccount::Pathname (NameError)"

Any idea on how to solve that issue ? Many thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions