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.

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!

share|improve this question
Look for "offline access " in the documentation. – Shreeni Mar 11 '12 at 0:10
Offline Access is deprecated. – Fike Mar 11 '12 at 9:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.