Changeset 1229773
- Timestamp:
- 08/25/2015 02:02:55 AM (11 years ago)
- File:
-
- 1 edited
-
fb-group-feed/tags/1.5/fb_groupfeed.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fb-group-feed/tags/1.5/fb_groupfeed.php
r1229771 r1229773 4 4 Plugin URI: http://kallidan.is-best.net 5 5 Description: A plugin to display Facebook group post/feed on a page, post or in a widget. 6 Version: 1. 16 Version: 1.5 7 7 Author: Kalli Dan. 8 8 Author URI: http://kallidan.is-best.net … … 31 31 define('SAVEQUERIES', true); 32 32 if ( !defined('ABSPATH') ){ die(); } 33 define( "FB_GROUPFEED_VERSION", 1. 1);33 define( "FB_GROUPFEED_VERSION", 1.5 ); 34 34 define( "FB_GROUPFEED_OPTION_VER", "fb_groupfeed_version" ); 35 35 … … 289 289 2. On the top right, select the FB App you created from the "Application" drop down list. (see: App ID tab)<br> 290 290 3. Click "Get Access Token" button.<br> 291 4. Make sure you add the <b>manage_ pages</b> permission.<br>291 4. Make sure you add the <b>manage_groups</b> permission.<br> 292 292 5. Convert this short-lived access token into a long-lived one by making this Graph API call to:<br> 293 293 <span style="color:blue;">https://graph.facebook.com/oauth/access_token?client_id=<your FB App ID>&client_secret=<your FB App secret>&grant_type=fb_exchange_token&fb_exchange_token=<your short-lived access token></span><br>
Note: See TracChangeset
for help on using the changeset viewer.