I use the official Facebook SDK in my Android Application. After the user logs in, I can get the uid and the name of the facebook user like so:
Facebook mFac
Use this, (usuario is a GraphUser):
ProfilePictureView p; p = (ProfilePictureView) rootView.findViewById(R.id.fotoPerfil); p.setProfileId(usuario.getId());
and xml markup: