Plugin Directory

Changeset 733912


Ignore:
Timestamp:
06/29/2013 03:56:55 AM (13 years ago)
Author:
mglaman
Message:

Readme update, add scope to login URL

Location:
facebook-albums
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • facebook-albums/tags/2.0.2/inc/options-facebookalbum.php

    r733905 r733912  
    7979                            $app_link_text = "Logout of your app";
    8080                        } else {
    81                           $app_link_url = FB_Album::$facebook_sdk->getLoginUrl();
     81                          $app_link_url = FB_Album::$facebook_sdk->getLoginUrl(array('scope' => 'user_photos'));
    8282                            $app_link_text = 'Log into Facebook with your app';
    8383                        } ?>
  • facebook-albums/trunk/inc/options-facebookalbum.php

    r733905 r733912  
    7979                            $app_link_text = "Logout of your app";
    8080                        } else {
    81                           $app_link_url = FB_Album::$facebook_sdk->getLoginUrl();
     81                          $app_link_url = FB_Album::$facebook_sdk->getLoginUrl(array('scope' => 'user_photos'));
    8282                            $app_link_text = 'Log into Facebook with your app';
    8383                        } ?>
  • facebook-albums/trunk/readme.txt

    r733905 r733912  
    1717
    1818Through Settings -> Facebook Album you can adjust the thumbnail sizes of your album's photos when they are displayed, along with enabling or disabling the album's title or the photo's description display.
     19
     20= Please consult developer if having issues integrating plugin with Facebook App for personal photo album use! =
    1921
    2022This plugin comes bundled with Colorbox, which can be disabled. Certain colorbox options are configurable, more will be soon. Priority was integrating Facebook app's.
Note: See TracChangeset for help on using the changeset viewer.