Skip to content

Commit

Permalink
Updated for compatibility with Koala 0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsduo committed Sep 30, 2010
1 parent 7f4a9c7 commit fa421c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oauth_playground.rb
Expand Up @@ -84,7 +84,7 @@ def set_oauth_data

def set_facebook_cookies
unless @facebook_cookies
if @facebook_cookies = @oauth.get_user_from_cookie(request.cookies)
if @facebook_cookies = @oauth.get_user_info_from_cookie(request.cookies)
@cookie_access_token = @facebook_cookies["access_token"]
end
end
Expand Down

0 comments on commit fa421c0

Please sign in to comment.