Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tractorcow/silverstripe-facebook-sdk
Simple Silverstripe wrapper for the facebook PHP SDK
https://github.com/tractorcow/silverstripe-facebook-sdk
Last synced: 3 months ago
JSON representation
Simple Silverstripe wrapper for the facebook PHP SDK
- Host: GitHub
- URL: https://github.com/tractorcow/silverstripe-facebook-sdk
- Owner: tractorcow
- Created: 2012-10-24T03:54:14.000Z (about 12 years ago)
- Default Branch: 3.0
- Last Pushed: 2016-03-23T21:38:39.000Z (almost 9 years ago)
- Last Synced: 2024-05-05T20:21:27.056Z (8 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook API wrapper module for Silverstripe
This module provides an extremely simple wrapper for the facebook PHP SDK module from
Warning! This module's API is under considerable development at the moment, and things are changing regularly.
If you would like to use this in a serious application please check back once we have a stable release.## Credits and Authors
* Damian Mooyman -
## License
* TODO
## Requirements
* SilverStripe 3.0
* PHP 5.3## Installation Instructions
* Extract all files into the 'facebook-sdk' folder under your Silverstripe root.
" somewhere in your HTML templates. The facebook JS api
* Suggest that you install the opengraph module in
order to properly meta-tag all pages. This is not absolutely essential.
* Add "
will attempt to create this automatically if omitted.
* Configure the appID and secret key through either your _config.php, or YAML
files (see _config/FacebookAPI.yml).
* Configure your application extended permissions (through YAML only currently).
See FacebookAPI## Notes
* If the OpenGraph module is also installed then this application will automatically use the appID specified under that module