I want to get user's profile picture from Facebook in my app. I am aware of the http request that returns the profile picture:
http://graph.facebook.com/USER-ID/picture?type=small
But for that I need the user-id of my user. Is there a way to fetch that from somewhere without using the Facebook SDK? If not, can someone show me a simple way to get the user's id (or the profile picture)?