I need to get an access token that lasts for 30 days at the least. It's to get statuses, likes etc. from facebook pages and events. My code works but the access token expired too quickly (about 4 hours?) which isn't what I'm looking for. Could anyone outline the steps in doing this so that I don't have to get a new access token each time? I'm doing this using file_get_contents by the way.
I've searched Facebook's developer site but can't really find what I'm looking for.
Thanks!