Plugin Directory

Changeset 886240


Ignore:
Timestamp:
04/02/2014 11:18:56 AM (12 years ago)
Author:
perfect-web
Message:

Inform about new option - Enhanced redirection security: Disabled in Windows Live application managment

Location:
pwebonedrive/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pwebonedrive/trunk/admin.php

    r866880 r886240  
    11<?php
    22/**
    3  * @version 1.0.0
     3 * @version 1.0.2
    44 * @package OneDrive
    55 * @copyright © 2014 Perfect Web sp. z o.o., All rights reserved. http://www.perfect-web.co
     
    115115                            <?php _e('Remember to set', 'pwebonedrive'); ?> <strong><?php _e('Redirect domain', 'pwebonedrive'); ?></strong>:
    116116                            <script>document.write('<a href="'+document.location.protocol+'//'+document.location.host+'" target="_blank">'+document.location.protocol+'//'+document.location.host+'<'+'/a>')</script>
    117                             <?php _e('and', 'pwebonedrive'); ?> <strong><?php _e('Mobile client app: No', 'pwebonedrive'); ?></strong>.<br>
     117                            <?php _e('and', 'pwebonedrive'); ?> <strong><?php _e('Mobile client app: No', 'pwebonedrive'); ?></strong>,
     118                            <strong><?php _e('Enhanced redirection security: Disabled', 'pwebonedrive'); ?></strong>.<br>
    118119                            <?php _e('Read how to', 'pwebonedrive'); ?> <a target="_blank" href="http://msdn.microsoft.com/library/cc287659.aspx"><?php _e('get your Client ID', 'pwebonedrive'); ?></a>.
    119120                        </p>
  • pwebonedrive/trunk/pwebonedrive.php

    r884981 r886240  
    44 * Plugin URI: http://www.perfect-web.co/wordpress/microsoft-onedrive-gallery-file
    55 * Description: Share easily your photos and files stored on Microsoft OneDrive. You can display a gallery with your photos or a link to a file for download.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Piotr Moćko
    88 * Author URI: http://www.perfect-web.co
  • pwebonedrive/trunk/readme.txt

    r884981 r886240  
    55Requires at least: 2.8.0
    66Tested up to: 3.8.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    56561. Create **Windows Live ID** account for [OneDrive](https://onedrive.live.com/) if you do not have already
    57571. **Register your site** in [Windows Live application management](https://account.live.com/developers/applications/index) that WordPress could connect to your OneDrive.
    58 Remember to set your site URL as **Redirect domain** and **Mobile client app: No**.
     58Remember to set your site URL as **Redirect domain** and **Mobile client app: No**, **Enhanced redirection security: Disabled**.
    5959Read how to get your Client ID.
    60601. Go to **plugin configuration** panel and set all details from **Windows Live application management**.
     
    7979Remember to save post before using OneDrive buttons or at least before reloading page.
    8080
     81= Error in Microsoft popup =
     82
     83`We're unable to complete your request. Microsoft account is expirencing technical problems. Please try again later.`
     84and in URL of this popup there is error message:
     85`The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the redirect URI registered for this client application`
     86then go back to Windows Live application management and set **Enhanced redirection security: Disabled**
    8187
    8288== Screenshots ==
     
    98104* Backward compatibility with PHP 5.2
    99105
     106= 1.0.2 =
     107* Inform about new option on Live Connect app management
     108
    100109== Upgrade Notice ==
    101110
Note: See TracChangeset for help on using the changeset viewer.