I am using FirebaseAuth to login user through FB. Here is the code:
private FirebaseAuth mAuth; private FirebaseAuth.AuthStateListener mAuthListener; pr
photoUrl = "https://graph.facebook.com/" + facebookId+ "/picture?height=500"
You can store this link to firebase database with user facebookId and use this in app. Also you can change height as a parameter