I own a facebook page where I want to be able to post from a cronjob, as the page. I used the offline access until now but now I see that I can post only once with an auht code, then it is dead. Is there any other way to accomplish what I need? Thanks!
since fb has deprecated few functions you cannot directly store access_token for offline access hence facebook has given extended one to get extended offline access token you need to get via following url https://graph.facebook.com/oauth/ac...exchange_token='.$facebook->getAccessToken(); running this will give you extended access token which will be valid for 60 days and can be extended accordingly. If you need commercial help for that you can pm me thanks