Live data from Hacker News

Undocumented Facebook API to identify friends in photos

narenonit.blogspot.com

11–20 of 40 posts

Re: Undocumented Facebook API to identify friends in photos

#11
post #2

Yup yup! This was the screenscraping technique we used to turn Facebook into an automatic face detector: https://arxiv.org/abs/1602.04504 It's a giant pain to screenscrape this using 'curl'. If I recall correctly, the bounding box coordinates I wanted are set as CSS properties inside inline HTML sent to the client wrapped up in a Javascript string literal as part of Javascript served to the client as the result of an…

I'd really like to read your paper. Everywhere I've found it referenced has a paywall. Is the full text freely available anywhere?

Click "PDF" on the right side and you get https://arxiv.org/pdf/1602.04504v1.pdf

Re: Undocumented Facebook API to identify friends in photos

#12
post #2

Yup yup! This was the screenscraping technique we used to turn Facebook into an automatic face detector: https://arxiv.org/abs/1602.04504 It's a giant pain to screenscrape this using 'curl'. If I recall correctly, the bounding box coordinates I wanted are set as CSS properties inside inline HTML sent to the client wrapped up in a Javascript string literal as part of Javascript served to the client as the result of an…

I'd really like to read your paper. Everywhere I've found it referenced has a paywall. Is the full text freely available anywhere?

[deleted]

Re: Undocumented Facebook API to identify friends in photos

#13
post #2

Yup yup! This was the screenscraping technique we used to turn Facebook into an automatic face detector: https://arxiv.org/abs/1602.04504 It's a giant pain to screenscrape this using 'curl'. If I recall correctly, the bounding box coordinates I wanted are set as CSS properties inside inline HTML sent to the client wrapped up in a Javascript string literal as part of Javascript served to the client as the result of an…

Have you quantified the number of people per account that FB is giving a suggested label to a detected face vs a users number of friends? It'd be interesting to see how FBs classifier performs.

Re: Undocumented Facebook API to identify friends in photos

#15
post #2

Yup yup! This was the screenscraping technique we used to turn Facebook into an automatic face detector: https://arxiv.org/abs/1602.04504 It's a giant pain to screenscrape this using 'curl'. If I recall correctly, the bounding box coordinates I wanted are set as CSS properties inside inline HTML sent to the client wrapped up in a Javascript string literal as part of Javascript served to the client as the result of an…

I'd really like to read your paper. Everywhere I've found it referenced has a paywall. Is the full text freely available anywhere?

There's a little-known way to solve that problem for any paper: post the link to /r/scholar, and you'll get the full pdf within a couple hours.

Re: Undocumented Facebook API to identify friends in photos

#16
post #2

Yup yup! This was the screenscraping technique we used to turn Facebook into an automatic face detector: https://arxiv.org/abs/1602.04504 It's a giant pain to screenscrape this using 'curl'. If I recall correctly, the bounding box coordinates I wanted are set as CSS properties inside inline HTML sent to the client wrapped up in a Javascript string literal as part of Javascript served to the client as the result of an…

I'd really like to read your paper. Everywhere I've found it referenced has a paywall. Is the full text freely available anywhere?

Sci-hub doesn't have it?

Re: Undocumented Facebook API to identify friends in photos

#17
post #9

Earlier quoted context omitted.

It's not that bad. > I found this API has a limitation it only suggests people in the photo who are in your FB friend list

Right. That's Facebook's compromise on privacy. EPIC is suing them over even that.[1] Face.com did facial recognition on Facebook with no limits back in 2010.[2] Then Facebook bought them and killed the broad face recognition.[3] There are other face recognition companies now, but they're keeping a lower profile about how broad their database is. Except for Findface[4] in Russia. They loaded up the entire photo datab…

I tested Findface and it was unable to find my Vkontakte account, despite a copious amount of photos on my account there. It did, however, find a huge number of Russians that I would say look exactly like me. Also, strangely, a couple of Vkontakte accounts that had Agent Gibbs as profile pics. It's a pretty cool app!

Re: Undocumented Facebook API to identify friends in photos

#19

Earlier quoted context omitted.

It's not that bad. > I found this API has a limitation it only suggests people in the photo who are in your FB friend list

Yeah, OK, now think about the version Facebook (and thus law enforcement, intelligence agencies and advertisers) has access to.

Why would FB share any of this with advertisers?

Re: Undocumented Facebook API to identify friends in photos

#20
post #2

Yup yup! This was the screenscraping technique we used to turn Facebook into an automatic face detector: https://arxiv.org/abs/1602.04504 It's a giant pain to screenscrape this using 'curl'. If I recall correctly, the bounding box coordinates I wanted are set as CSS properties inside inline HTML sent to the client wrapped up in a Javascript string literal as part of Javascript served to the client as the result of an…

Have you quantified the number of people per account that FB is giving a suggested label to a detected face vs a users number of friends? It'd be interesting to see how FBs classifier performs.

Hm. I haven't quantified that, no. I think FB will only suggest labels that it's already very confident of.
Post reply on HN