Facebook should have given you a 60 day token. I’m not sure why you only got one that lasts one day. You may want to try creating a new Facebook App for the plugin.
I have the same problem. It will only renew for one day.
Have you tried creating a new Facebook App?
I’m getting this same problem. I created a new Facebook App a few months ago the first time I got this error. I really don’t want to have to create a new app every time this app expires.
Try waiting 24 hours after the last time you clicked “Saved Changes” and then try again. Hopefully, Facebook will give you a 60 day token. There’s not much more I can recommend beyond that. I can understand that creating a new Facebook App would be annoying. I’m not sure why Facebook does this to some people.
Try this, if you are up for it:
- Log into you Facebook page.
- Go to your Account Settings.
- Click “Apps” on the left menu.
- Under “Apps you use,” click “Edit” for the app you created for this plugin.
- Under “This app can also:” remove the “Access your data any time” if it is there.
- Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-jsl3-facebook-wall-feed.php’
- Line 823 is the following:
"scope=read_stream,offline_access,manage_pages,user_status&" .
- Change it to the following:
"scope=read_stream,manage_pages,user_status&" .
- Save the file.
- Wait 24 hours from the last time you clicked “Save Changes” on the settings page for the plugin on your WordPress site, then try again.