Facebook application in Flask
- From:
- Rodrigo Aliste P.
- Date:
- 2010-09-29 @ 23:34
Hey!
Just wanted to show off a facebook application that we built (me + 1
designer) with Flask in just 1/2 day. Flask was perfect because it allowed
us to develop it with just the things that we needed. In reality, the total
time for development was about two weeks, but the first prototype -that was
very functional- was built it in 1/2 day.
http://apps.facebook.com/thebigpony/
The downsides, it's no opensource, and it's in spanish. But we are planning
to do something like Flask-Facebook for future projects and open source it,
since the design patters for facebook apps are very few, we thik we could do
a simple Flask extension for authentication and the Graph and FQL api's.
Cheers!
--
Rodrigo Aliste P.
Re: [flask] Facebook application in Flask
- From:
- Alex
- Date:
- 2010-09-30 @ 07:41
On Thu, Sep 30, 2010 at 1:34 AM, Rodrigo Aliste P. <raliste@gmail.com> wrote:
> But we are planning
> to do something like Flask-Facebook for future projects and open source it,
> since the design patters for facebook apps are very few, we thik we could do
> a simple Flask extension for authentication and the Graph and FQL api's.
> Cheers!
I look forward for a Flask-Facebook extension!
Alex