Reputation: 14867
I have a couple of hundred Facebook profile URLs that I each want to convert to corresponding profile IDs. I have worked with Twitter which has an API call that does similar in batch of 100 (rate limited).
Is there a similar call with Facebook API? 1:1 would be sufficient if no batch support exists.
Upvotes: 0
Views: 123
Reputation: 73984
There is no legal way to turn profile URLs into IDs. You would need to scrape the profiles, which is not allowed on Facebook. The only serious way to get the ID of users is to authorize them with a Facebook App.
Upvotes: 1