Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Yesod is a Haskell web framework for productive development of type-safe, RESTful, high performance web applications.

learn more… | top users | synonyms

0
votes
1answer
176 views

How to redirect within a monad in Yesod?

I'm currently using the fb package to write a Yesod app that takes data from Facebook. In my Handler, I've managed to get the first step of the authentication to work, but I need to redirect to the ...
10
votes
1answer
781 views

What's the best way to write facebook apps in haskell?

I'm building a site in haskell and the yesod web framework as a side project, and what I'd like to do is create a facebook app that lets users search their wall and the wall of their friends and ...