Facebook Marketing API – Python to get Insights – User Request Limit Reached

It took a while of digging through the API and guessing but I got it! Here is my final script: # This program downloads all relevent Facebook traffic info as a csv file # This program requires info from the Facebook Ads API: https://github.com/facebook/facebook-python-ads-sdk # Import all the facebook mumbo jumbo from facebookads.api import FacebookAdsApi … Read more