Auth problem on Facebook using Ruby/sinatra/frankie/facebooker
- by user84584
Hello guys,
I'm using sinatra/frankie/facebooker to prototype something simple to test the facebook api, i'm using mmangino-facebooker the more recent version from github and I cloned the most recent version of frankie. I'm using sinatra 0.9.6.
My main code is as simple as possible:
before do
ensure_application_is_installed_by_facebook_user
…