Facebook API permissions issue for Instant Articles
I am trying to make a POST request to the Facebook API to create instant articles, like so: curl -F 'access_token={access token}' -F 'html_source="<!doctype html><html>blah blah blah</html>"' -F 'published=true' -F 'development_mode=false' https://graph.facebook.com/{page-id}/instant_articles I am an admin for the app, and…