Plugin Directory

Changeset 1229773


Ignore:
Timestamp:
08/25/2015 02:02:55 AM (11 years ago)
Author:
kallidan1
Message:

Wrong main file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb-group-feed/tags/1.5/fb_groupfeed.php

    r1229771 r1229773  
    44Plugin URI: http://kallidan.is-best.net
    55Description: A plugin to display Facebook group post/feed on a page, post or in a widget.
    6 Version: 1.1
     6Version: 1.5
    77Author: Kalli Dan.
    88Author URI: http://kallidan.is-best.net
     
    3131define('SAVEQUERIES', true);
    3232if ( !defined('ABSPATH') ){ die(); }
    33 define( "FB_GROUPFEED_VERSION", 1.1 );
     33define( "FB_GROUPFEED_VERSION", 1.5 );
    3434define( "FB_GROUPFEED_OPTION_VER", "fb_groupfeed_version" );
    3535
     
    289289    2. On the top right, select the FB App you created from the "Application" drop down list. (see: App ID tab)<br>
    290290    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>
    292292    5. Convert this short-lived access token into a long-lived one by making this Graph API call to:<br>
    293293        <span style="color:blue;">https://graph.facebook.com/oauth/access_token?client_id=&lt;your FB App ID&gt;&client_secret=&lt;your FB App secret&gt;&grant_type=fb_exchange_token&fb_exchange_token=&lt;your short-lived access token&gt;</span><br>
Note: See TracChangeset for help on using the changeset viewer.