terminal42/contao-facebook-albums 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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:

  1. Go to https://developers.facebook.com/tools/explorer, select your desired app, add pages_read_engagement permission and click Get Token > Get User Access Token to get the short-lived access token.
  2. 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.
  3. Use https://developers.facebook.com/tools/debug/accesstoken to verify that the token is valid, doesn't expire and contains the pages_read_engagement scope.
  4. You can then use this token as field value for User Access Token in the Facebook album account settings.

统计信息

  • 总下载量: 396
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-28