terminal42/contao-facebook-albums
最新稳定版本:2.1.0
Composer 安装命令:
composer require terminal42/contao-facebook-albums
包简介
Allow the Contao to display Facebook albums.
README 文档
README
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
pages_read_engagementpermission and clickGet Token > Get User Access Tokento 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
pages_read_engagementscope. - You can then use this token as field value for
User Access Tokenin the Facebook album account settings.
统计信息
- 总下载量: 393
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-28