I\'m developing an application in which I\'m using Facebook log in button from SDK. I\'m able to get access_token of the user but I want userID>
Facebook
access_token
userID>
You can get the user ID with this code :
document.getElementById('status').innerHTML = 'Welcome ' + response.name + '!' + ""+ 'Your user ID is : ' + response.id;