/jQuery-OAuth-Popup

A jQuery plugin which provides a popup window for OAuth process

Primary LanguageRuby

usage:
$.oauthpopup({path:'/auth/twitter'});
$('#clickme').oauthpopup({path:'/auth/twitter'});

demo:
% gem install bundler
% bundle install
% bundle exec ruby demo.rb