Maybe I'm misunderstanding something. I asked a question before about a problem I'm having accessing the Facebook Ads API with python. Using the same token works fine in the graph app.
At one point in the quick start guide, when creating a new facebook app, you plug in a URL of what is supposed to be your website.
I don't have a website though I just want to call the Facebook API from my local PC with python. Is this possible?
Edit: so this is what confuses me:
Provide the Site URL of your app/website, e.g. http://localhost/my-marketing-api-app/.
Localhost? Why do I need to provide a URL of my app or website if its running locally on my PC? Does it require a URL or does it do some kind of security check against that URL?