https://github.com/pyrocms/social
DEPRECATED: Social logins and integrations with various OAuth Providers.
https://github.com/pyrocms/social
Last synced: about 1 year ago
JSON representation
DEPRECATED: Social logins and integrations with various OAuth Providers.
- Host: GitHub
- URL: https://github.com/pyrocms/social
- Owner: pyrocms
- Created: 2011-11-29T12:03:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T22:36:33.000Z (almost 13 years ago)
- Last Synced: 2025-03-24T04:50:53.415Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 361 KB
- Stars: 34
- Watchers: 13
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyroCMS: Social Module
The Social module is designed to allow third-party developers and PyroCMS itself to interact with
various API's on your behalf, via the most common Authentication methods OAuth 1.0 and OAuth 2.0.
As well as allowing module developers to have one central, uniform location to look for access tokens,
the Social module allows people to log in with, or register using their various social networks.
Want that "Log in with Twitter" button? Go for it:
You can use any of the providers you have set up in the Control Panel. To see how that works you can watch
this video:
PyroCMS: Social Module from HappyNinjas on Vimeo.
## Social Posting
If you click that lovely orange "Get Tokens" button then PyroCMS will authenticate a token for itself. This means PyroCMS can post new blog articles to your Twitter account or even a Facebook Page, and module developers can start to add things too.
More granular control over what will be done will be worked on later, as well as a log of what Social activity has happened in the past.