Fix logic in setUser for not setting cookies
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 5 Mar 2009 01:29:50 +0000 (20:29 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 5 Mar 2009 01:33:55 +0000 (20:33 -0500)
commit1a9669f51e8b75926f2a7a20a837eb80afda78f2
tree2b932cc9821dc64f2b3b357fd7aa250d27abc353
parent9e7e654f726bdb271987e7e2ab1116c368e65c60
Fix logic in setUser for not setting cookies
Move getLoggedInUser() method to the Auth class even though it calls the
'Users.getLoggedInUsers' api method. Makes more sense as an Auth method.
framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php
framework/Service_Facebook/lib/Horde/Service/Facebook/Users.php