Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bellaratmelia's avatar

Laravel - How do i retrieve Facebook profile URL using Facebook API

Hi all,

i did some research and followed the guide by @MAKS SURGUY http://maxoffsky.com/code-blog/integrating-facebook-login-into-laravel-application/ which allows me to retrieve the facebook user URL when they login through the facebook's api.

(Example) https://www.facebook.com/app_scoped_user_id/101529168619xxxxx/ (xxxx is hashed for privacy)

What i want to know is if there is a way i can retrieve this URL instead.

(Example) https://www.facebook.com/bella.xxxx (xxxx is hashed for privacy)

The second URL which i am trying to archive will allow users that are not logged onto facebook to view the person's profile. Through the link. While the first URL requires the user to be logged in to their account on facebook to view the profile.

Thanks in advance.

0 likes
3 replies

Please or to participate in this conversation.