I want to advertise my app in the Meta network with ads that link directly to the Apple App Store, not just to my website.
To do this, Meta requires me to install the Facebook SDK. I did this, but now it needs me to get ads_read and ads_management permissions. In order to do this, I need to make “a successful API test call”. I’ve followed the documentation for this but it’s all directed at developers who want to let users log in to their apps, or do something far more elaborate. Also, code examples are not for SwiftUI. https://developers.facebook.com/docs/graph-api/get-started/
Anyone know what I need to do to make this API test call? Anything else I need to do?