I have a facebook page, a facebook app and an administrator facebook account of that page.
Now i want to publish a link on that page (i don't care how).
Since now i did that by getting a user access token of the admin for my app, then get the page, get a access token for that and then post with the admin on the page via my app.
Now the token expired and i read in the documentation that i can:
For example, if a user granted your app publish_stream permissions, your app can use an app access token to publish a status update on their behalf.
So i got the application access token.
But now i don't know how to go on, how can i publish on the page's wall with that token ?
After more research i think there is no way to publish on pages with only a app token.
It is still possible to post on the wall of the users that authorized the app, but not on their pages ...
I believe the application access token is for publishing on behalf of users. For pages, you should be using the page access token.
https://developers.facebook.com/docs/reference/api/page/
As described in the link above