edbizarro / laravel-facebook-ads

Facebook & Instagram Ads API for Laravel
MIT License
122 stars 32 forks source link

An Api instance must be provided as argument or set as instance #27

Closed collinsugwu closed 6 years ago

collinsugwu commented 6 years ago

Hi, edbizarro, i have been trying to implement this laravel-facebook-ads but i have been getting this error, ''An Api instance must be provided as argument or set as instance in the \FacebookAds\ApAn Api instance must be provided as argument or set as instance in the \FacebookAds\Api". and my version is 0.8.2

edbizarro commented 6 years ago

Hi @collinsugwu

Can u provide how u implement the package?

Tks!

edbizarro commented 6 years ago

Hi @collinsugwu

Before start using you need to call FacebookAds::init('ACCESS_TOKEN'); with a valid access

collinsugwu commented 5 years ago

Hi @collinsugwu

Before start using you need to call FacebookAds::init('ACCESS_TOKEN'); with a valid access

Tanks