[web2py] Re: No CallBack (Onaccept) When using facebook or Twitter Connect for loging.

2011-07-22 Thread howesc
this is a kinda nasty little bugger. the facebook published way is to call FB.logout() (assuming you are using the javascript FB API) after you call the web2py logout function: var SM = { 'facebookLogout' : function () { FB.logout(function(response) { $(location).attr('href',

[web2py] Re: No CallBack (Onaccept) When using facebook or Twitter Connect for loging.

2011-07-21 Thread howesc
i use this: http://www.web2pyslices.com/slices/take_slice/77 together with the custom facebook and twitter classes, and an extension to the web2py auth module i can get the best of both worlds. cfh