I am trying to integrate Facebook into my CMS. I have downloaded the SDK for PHP and I have successfully made the requests to generate an access token and have used it to post to the facebook page. All works great, however it says the access token is only valid for 2 months.
I can't have users manually re-generating access tokens after two months, and I have read about Never Expires access tokens for this. All the links I've seen so far are out dated and no longer apply to the current dashboard when I log in and look at my facebook app. Facebook SDK I'm using is 5.3.
How can I create a never expires facebook access token so I can have this as part of my cms without users having to re-generate access tokens (click the OK permissions dialog, etc) every 2 months?
Please help.
UPDATE
Just found this post...when I do this it does change the expires attribute on the token each time. So I guess this is a valid way to do it?