Jump to content

Miloslav

Members
  • Posts

    3
  • Joined

  • Last visited

About Miloslav

  • Birthday 05/04/1962

Contact Methods

  • Website URL
    https://hermanek.info

Profile Information

  • Gender
    Male
  • Location
    Czech Republic
  • Interests
    bespoke websites development, graphic design, graphic print design

Recent Profile Visitors

1,494 profile views

Miloslav's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. Hi Silvestro, if You use Facebook Graph API for PHP you can take a new Long Live Access Token like this: // $fb = new \Facebook\Facebook(...) // get fresh Access Token before current Access Token expire $newLongLiveUserAccessToken = $fb->getOAuth2Client()->getLongLivedAccessToken($savedAccessToken); $newAccessTokenToSave = $newLongLiveUserAccessToken->getValue();
  2. Hi @ThomasH In file PagePDF.php on lines 32,33,34 change to: use ProcessWire\Pagefile; use ProcessWire\Pageimage; use ProcessWire\Pageimages; and in file PagePDFs.php add ProcessWire\ namespace for Pagefiles as well (on line 29) BTW @Richard Jedlička very useful module for me now ? Thanks a lot! Working on PW 3.0.133, PHP 7.3.8 FPM (FieldtypePDF v. 1.1.5)
×
×
  • Create New...