I want to allow an app to post as a page, so I used graph api to get access token to the page but it has one hour expiry.
Is there a way to retrieve long term access tokens via graph api?
P.S. I tried to use the endpoint for exchanging the short term access token with long term one and am getting OAuth error.