Skip to content

Commit

Permalink
https://github.com/mmangino/facebooker2/pull/44#issuecomment-1292162
Browse files Browse the repository at this point in the history
  • Loading branch information
snaggled committed Jul 14, 2011
1 parent 5969866 commit df9cf0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/facebooker2/rails/controller.rb
Expand Up @@ -192,7 +192,10 @@ def set_fb_cookie(access_token,expires,uid,sig)
end

#My browser doesn't seem to save the cookie if I set expires
cookies[fb_cookie_name] = { :value=>value }#, :expires=>expires}
#cookies[fb_cookie_name] = { :value=>value }#, :expires=>expires}

#https://github.com/mmangino/facebooker2/pull/44#issuecomment-1292162
cookies[fb_cookie_name] = { :value=>value, :domain => request.domain }#, :expires=>expires}\
end


Expand Down

0 comments on commit df9cf0e

Please sign in to comment.