Jonathan Otto
2008-Aug-27 19:54 UTC
[Facebooker-talk] ensure_authenticated_to_facebook vs ensure_application_is_installed_by_facebook_user
What are the implications of using ensure_authenticated_to_facebook instead of ensure_application_is_installed_by_facebook_user?
Allen Walker
2008-Aug-27 20:02 UTC
[Facebooker-talk] ensure_authenticated_to_facebook vs ensure_application_is_installed_by_facebook_user
I had some issues with proper redirect using ensure_authenticated_to_facebook. I.e. if the user wasn''t logged in and hit my app and then logged in it would go to the noncanvas URL. That was fixed when I replaced it with ensure_application_is_installed_by_facebook_user Jonathan Otto wrote:> What are the implications of using ensure_authenticated_to_facebook > instead of ensure_application_is_installed_by_facebook_user? > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >