While doing an integration Facebook feeds using API Graph, using PHP language, to get the latest post from the wall of Facebook account (like latest Tweets on Twitter), an application should be created and a client_id and secret_key with an access_token are required also. Everything goes right. I use the API Graph and I get the latest post from an account profile, but after one hour, no posts can be displayed yet. (Error: access_token has expired).
The question is, how can I re-generate a new access_token when the older is expired (it's not logic to do that manually every time )? or can I get the latest feeds posted on Facebook wall without the access_token?
The function exist into the page below is not working properly:
http://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/