Download the PHP package terminal42/contao-facebook-albums without Composer
On this page you can find all versions of the php package terminal42/contao-facebook-albums. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
All versions of contao-facebook-albums with dependencies
Informations about the package contao-facebook-albums
contao-facebook-albums
An Extension to Contao providing facebook albums as content elements
Obtaining a user access token
The extension should automatically get the necessary tokens to read the data unless your Facebook app is not reviewed and published. In other cases you may want to obtain the access token manually as follows:
- Go to https://developers.facebook.com/tools/explorer, select your desired app, add
manage_pages
permission and clickGet Token > Get User Access Token
to get the short-lived access token. - Go to
https://graph.facebook.com/v5.0/oauth/access_token?grant_type=fb_exchange_token&client_id={app_id}&client_secret={app_secret}&fb_exchange_token={short_lived_token}
and copy the access_token value from the JSON response, this is the long-lived access token. - Use https://developers.facebook.com/tools/debug/accesstoken to verify that the token is valid, doesn't expire
and contains the
manage_pages
scope. - You can then use this token as field value for
User Access Token
in the Facebook album account settings.
Version
The package terminal42/contao-facebook-albums contains the following files
Loading the files please wait ....