When I have the ID of a user in Facebook, how can I have the URL of its profile? -
in our website, when users use facebook connect, take user ids facebook. have url profile each user id. how can that?
i couldn't find question here (but on other way url -> id).
you can´t access real profile of users, since username not in response of /me
anymore , id "app scoped id". protect privacy of user, should never need access profile anyway.
if want picture of user, can use picture endpoint:
https://graph.facebook.com/[app-scoped-id]/picture
Comments
Post a Comment