I have created my App (which is in development mode) , and linked it to my user profile.
When I request my Page access token
curl -i -X GET "https://graph.facebook.com/USERID/accounts?access_token=USERTOKEN"
I only get :
{
"data": [
]
}
I have read that I need to add business_management, publish_pages, manage_pages permissions to my app but those permissions do not appear when I'm on the "Use cases" page (in my app's dashboard).
With the "Authentication and account creation" I only can read user's profile fields.
I want my app to create posts on a page managed by my own facebook profile. My business account is "verified" and I have answers their question regarding "Data handling".
I don't see any kind of "publish on pages" use case. I clicked everywhere. I don't see where I can add those permissions.
Is that normal?
Thanks

As per Facebook Graph API v7.0 Released May 5, 2020
For more details kindly refer the following documentation. https://developers.facebook.com/docs/graph-api/changelog/version7.0/
To create a Page post on Facebook Page, go through the following documentation, if any issues further feel free to ping. https://developers.facebook.com/docs/pages-api/posts/