facebookfacebook-graph-apifacebook-graph-api-v2.2

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


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?


Solution

  • 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.