On Thu, 2011-04-14 at 10:48 -0700, Thomas Burke wrote: > I've implemented a facebook IAuthenticationPolicy that supports > facebook canvas and connect applications. I wanted to contribute it > back to Pyramid, is there a place to put it? It has a dependency on > facebook's python-sdk, I didn't want to add it to authentication.py. > Code is currently at: > https://github.com/wapolabs/pyramid_facebookauthentication
You can package it up as a Python package and put it on PyPI with instructions about how to configure and use it. That'd be the best way to contribute. - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
