Posts under category Facebook Graph API

Hey, I encounter an issue with getting pages I own.
I am owner of the page which is migrated to New Pages Experience. I have created connection with my App and want to share review but I am unable to getPages using /me/accounts - it returns empty response.
I have read article https://www.facebook.com/business/help/152071822895768?id=418112142508425 and I have added another person with full control following this How to give someone Facebook access to your Page instructions. After that I created (with another user/person) new connection with my app and I was able to get list of pages I have access to and share review.
Is there anyone who could help me with this?

I have an app that requires ongoing access to a users facebook account without their repeated login.
To generate an access token for the page we run the fb.api/oauth/access_token - also passing in the client ID, client secret, redirect_uri, and code. This code works as expected and creates the access token for the app.
Facebook documentation indicates that this token is live for 60 days.
To re-generate access keys: we run:
fb.api('oauth/access_token', {
clientID: this.id,
clientSecret: this.secret,
fb_exchange_token: token,
grant_type: 'fb_exchange_token'
The above code should create a new access key. However, when we test the keys we get the following error message:
Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security
the subcode is 460: indicating Facebook password changed by user. Yet this is not the case for every client.
Please advise. Will users definitely need to log in once every 60 days? Does the refresh token not work?

We are unable to get user's instagram_business_account.id after they connect our app. We used to get this ID from user's facebook page via me/accounts?fields=instagram_business_account{id}
This is no longer possible due to me/accounts requiring business_management permission. We don't want to manage their business, we just want to access their profile.
Anyone else in the same boat? Is there any other way to get their Instagram Business ID?

We are using 14.0 version to pull the associated paged using API "me/accounts" and recently we have observed that API is not returning all the pages list as expected. Also we have observed one thing that previously we were getting Facebook personal + business pages list. But now only Facebook personal pages are getting listed and not Facebook business pages.
Can someone please share solution on this!
Thanks.

We have had this happen before a few months back and it seemed to resolve itself. I have no idea why but suddenly yesterday we started receiving support tickets from our clients saying that after granting the proper permissions - like they always do - they weren't seeing these pages available in our app for selection. To best explain/show it. Here's a Loom video.
https://www.loom.com/share/fb3a50cf2c3f40d0a246bd30e091c0f3