Changeset 19583


Ignore:
Timestamp:
Dec 27, 2012, 4:53:33 PM (11 years ago)
Author:
mistic100
Message:

correct english, force username when fullname is empty

Location:
extensions/instagram2piwigo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/instagram2piwigo/include/ws_functions.inc.php

    r19561 r19583  
    6363    'url' => $photo_f->getStandardRes()->url,
    6464    'date' => $photo_f->getCreatedTime('Y-d-m H:i:s'),
    65     'username' => $photo_f->getUser()->getFullName(),
     65    'username' => $photo_f->getUser()->getFullName(true),
    6666    'tags' => $photo_f->getTags()->toArray(),
    6767    );
  • extensions/instagram2piwigo/language/en_UK/help_api_key.html

    r19561 r19583  
    66  <li>Submit and click again on <b>Register Your Application</b></li>
    77  <li>Enter a name (the name cannot contain the word <i>instagram</i>), a description and your website url again</li>
    8   <li>On the field <b>OAuth redirect_uri</b>, past the abobe URL and click on <b>Register</b></li>
     8  <li>On the field <b>OAuth redirect_uri</b>, paste the URL above and click on <b>Register</b></li>
    99  <li>Now copy the <b>Client ID</b> and the <b>Client Secret</b> to Instagram2Piwigo configuration</li>
    1010  <li>You're done!</li>
Note: See TracChangeset for help on using the changeset viewer.