Get long term access token for Facebook page
问题 I'm using Jquery Facebook Wall to retrieve the latest status of a Facebook page and show it in a website. (function($) { $(document).ready(function(){ $('#facebook_wall').facebook_wall({ id: '560124337XXXXX', access_token: 'CXGXhXZA7Wg2XXDcTi7WmX1wp71u5fNXXa9XXX3LmXXx', limit: 1 }); }); })(jQuery); // ... When I use FB Graph API Explorer to get the access token of the page, I get one that expire in only 60 minutes. Is there a way to get a long duration access token ? Or to generate a new one