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
For displaying profile pic in your app, use ProfilePictureView from Facebook SDK.
ProfilePictureView
Refer This
Just call setProfileId(String profileId) on it.
setProfileId(String profileId)
It will take care of displaying the image.