I have worked out how to get a facebook page access token and post to the page's wall. I would like to know if the facebook page access token expires and if so after how long? Also If it does expire what can i do to prolong it validity.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Page access tokens don’t expire by default – but they will go invalid if the user under which they were obtained changes his password. This is only true if you get a long-lived access token for the page admin before requesting the page's access_token from the API, otherwise it expires along with the user's access_token - see Scenario 5 on |
|||||
|