I am developing an Android app which requires authentication via facebook account. For the authentication, I used the Tutorial and Project provided by Facebook
When the mobile does not have the standard facebook app already installed, the authentication works perfectly and my application works. On the other hand, if the mobile has the Facebook application installed, my application stops working and it goes straight to facebook app after the authentication.
Does anyone knows how can i solve that?