Is there API to get someone's facebook profile with out login to facebook?

304 Views Asked by At

I was wondering if its possible to get one's facebook profile (to be exact,'profile url') through their API?

I need an api to get fb profile link using a matching email address. I dont want to login to facebook though.I was trying to search for this but it seems you need to log in to facebook to get that.

Any idea or is it feasible?

2

There are 2 best solutions below

2
On BEST ANSWER

You need ID of the concerned user which can't be achieved without using the Facebook Login, since Facebook login is the starting point to get the current user info (/me).

Search API could have helped you since you have the email ids of users, but unfortunately this api doesn't support user search with email!

So, answer is simple- NO, you cannot get the ID (profile link) of the user without using the facebook login.

0
On

Not that I can think of. Facebook's Graph API gives you some public info but that info given depends on the users Facebook's settings on what is public or not. You could maybe get some users profile picture but not others, making it not a very viable option for practical use. Hope that helps