I downloaded facebook sample code from the following link: https://github.com/facebook/facebook-android-sdk. And i am trying to run that sample code and I got login screen in that login screen left corner cross image button is available. and when ever I click that button login screen is closed.and my question is how to remove cross image button
I downloaded facebook sample code from the following link: https://github.com/facebook/facebook-android-sdk . And i am
Share
in this SDK There is file named
FbDialog.javain that file there is Method named
CreateCrossImage()in this file it self there is line new 90 to 95 line number
just comment this line and done forget to give permissions…
and un-comment the lastly commented lines….
this are the Permissions…
mFacebook = new Facebook("FaceBookApplicationId");