gonzalo123 / silex-twitter-login
Sign-in with Twitter in a Silex application.
dev-master
2013-04-14 09:55 UTC
Requires
- guzzle/guzzle: dev-master
- silex/silex: 1.0.*@dev
This package is not auto-updated.
Last update: 2024-10-26 15:26:11 UTC
README
Sign in with Twitter from a Silex application.
Remember to:
- install vendor (composer install)
- mv www/twitterCredentials.conf.dist.php www/twitterCredentials.conf.php
and change use your own $consumerKey, $consumerSecret from Twitter
You can start the server with.
php -S 0.0.0.0:8080 -t www