Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunnysideup/silverstripe-social_integration
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
https://github.com/sunnysideup/silverstripe-social_integration
Last synced: 2 months ago
JSON representation
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
- Host: GitHub
- URL: https://github.com/sunnysideup/silverstripe-social_integration
- Owner: sunnysideup
- License: other
- Created: 2013-01-03T03:47:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T04:42:08.000Z (over 6 years ago)
- Last Synced: 2024-05-10T20:03:58.854Z (8 months ago)
- Language: PHP
- Homepage: http://www.silverstripe-webdevelopment.com
- Size: 2.37 MB
- Stars: 9
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Silverstripe social integration module
[![Build Status](https://travis-ci.org/sunnysideup/silverstripe-social_integration.svg?branch=master)](https://travis-ci.org/sunnysideup/silverstripe-social_integration)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sunnysideup/silverstripe-social_integration/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sunnysideup/silverstripe-social_integration/?branch=master)
[![codecov.io](https://codecov.io/github/sunnysideup/silverstripe-social_integration/coverage.svg?branch=master)](https://codecov.io/github/sunnysideup/silverstripe-social_integration?branch=master)[![Latest Stable Version](https://poser.pugx.org/sunnysideup/social_integration/version)](https://packagist.org/packages/sunnysideup/social_integration)
[![License](https://poser.pugx.org/sunnysideup/social_integration/license)](https://packagist.org/packages/sunnysideup/social_integration)
[![Monthly Downloads](https://poser.pugx.org/sunnysideup/social_integration/d/monthly)](https://packagist.org/packages/sunnysideup/social_integration)## Documentation
* [Developer Docs](docs/en/INDEX.md)
* [User Guide](docs/en/userguide.md)
* [API Docs](http://docs.ssmods.com/sunnysideup/social_integration/classes.xhtml)## Requirements
See [composer.json](composer.json) for details
### Suggested Modules
See [composer.json](composer.json) for details
## Installation
```
composer require sunnysideup/social_integration
```### Configuration
In the `_config` folder you will find the `social_integration.yml.example`
file that shows options for the configuration of this module.We recommend that you:
1. copy these `social_integration.yml.example` files into your
`mysite/_config` folder (where available - otherwise search for `private static $` in the module to see what can be configured)
2. remove the .example extension,
3. delete the lines you do not care about, and
4. adjust the configurations that you would like to use.## Contributing
We welcome any contributions. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## Paid assistance
You can pay us to create an improved / adapted version of this module for your own projects. Please contact us if you like to find out more: [www.sunnysideup.co.nz](http://www.sunnysideup.co.nz). For exmaple, we can write tests for this module.
## Author
Sunny Side Up Ltd.
## Care to see more modules?
To find other modules, please visit [ssmods.com](http://ssmods.com/).