JamesAlexander42 / jQuery-OAuth-Popup

A jQuery plugin which provides a popup window for OAuth process

Home Page:http://zuzara.com/blog/2010/05/15/jquery-plugin-for-twitter-oauth-via-popup-window-facebook-style/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

A jQuery plugin which provides a popup window for OAuth process

http://zuzara.com/blog/2010/05/15/jquery-plugin-for-twitter-oauth-via-popup-window-facebook-style/