Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdridi/yesod-auth-facebook-example

An empty Yesod App that uses the Facebook authentication system
https://github.com/kdridi/yesod-auth-facebook-example

Last synced: 2 days ago
JSON representation

An empty Yesod App that uses the Facebook authentication system

Awesome Lists containing this project

README

        

yesod-auth-facebook-example
===========================

This contains an empty Yesod App that uses the Facebook authentication
system.

Installing
----------

Prepare the sandbox:

git clone https://github.com/kdridi/yesod-auth-facebook-example.git
cd yesod-auth-facebook-example
./sandbox-init.sh

Configuring
-----------

You'll then need to configure your Facebook credentials by editing
**config/settings.yml**

Please also verify that your Facebook's redirection URL is

You'll find more informations at

Launching
---------

Just launch:

yesod devel

Then open with your browser

Links
-----

- [Yesod Website][]
- [Yesod Authentication and Authorization][]
- [Yesod Facebook Auth Module][]
- [Yesod Facebook Module][]
- [Haskell Facebook Module][]

[Yesod Website]: http://www.yesodweb.com
[Yesod Authentication and Authorization]: http://www.yesodweb.com/book/authentication-and-authorization
[Yesod Facebook Auth Module]: https://github.com/kdridi/yesod-auth-fb
[Yesod Facebook Module]: https://github.com/kdridi/yesod-fb
[Haskell Facebook Module]: https://github.com/kdridi/fb