auth-token

OAuts with Signpost - how to sign POST to get Access token

I'm working with client who provided me with somewhat vague instructions. Here's what I'm doing (using CommonsHttpOAuthConsumer as consumer and DefaultOAuthProvider as provider) I'm able to get response token from doing this: String requestToken = provider.retrieveRequestToken (OAuth.OUT_OF_BAND); this is in form of URL with params ...

Auth problem on Facebook using Ruby/sinatra/frankie/facebooker

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_faceb...