How i can fetch all of user profile information from facebook (like first name, last name, email etc.)
I have downloaded the FB SDK but there is no example for getting t
There's an example in the folder facebook-android-sdk/examples/simple. It shows how to make an async request for the basic data of the user. You'll be able to find these data.
Cheers