lib/authlogic_connect/oauth/variables.rb in authlogic-connect-0.0.1 vs lib/authlogic_connect/oauth/variables.rb in authlogic-connect-0.0.2

- old
+ new

@@ -18,17 +18,13 @@ def oauth_provider auth_session[:oauth_provider] || "facebook" end def oauth_consumer - AuthlogicConnect.consumer(oauth_provider) + oauth_token.consumer end - def oauth_client - oauth_token.client - end - def oauth_token AuthlogicConnect.token(oauth_provider) end end -end \ No newline at end of file +end