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?
Undocumented Facebook API to identify friends in photos
11–20 of 40 posts
Re: Undocumented Facebook API to identify friends in photos
#12Yup 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?
Re: Undocumented Facebook API to identify friends in photos
#13Yup 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…
Re: Undocumented Facebook API to identify friends in photos
#14Re: Undocumented Facebook API to identify friends in photos
#15Yup 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?
Re: Undocumented Facebook API to identify friends in photos
#16Yup 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?
Re: Undocumented Facebook API to identify friends in photos
#17Earlier 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…
Re: Undocumented Facebook API to identify friends in photos
#18People gravitate towards Selenium too quickly, when you really only need Selenium to test rendering.
Re: Undocumented Facebook API to identify friends in photos
#19Earlier 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.
Re: Undocumented Facebook API to identify friends in photos
#20Yup 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.