Facebook api – How to get my FaceBook Public Profile URL via the Javascript API
I'm using the JavaScript API to log on to FaceBook, and I can call FB.api('/me?fields=id,name,email,picture,website', function(data) {...}); to get basic details from my profile. What I really want is a URL for my FaceBook profile that I can share with…