citp / news-disinformation-study

A research project on how web users consume, are exposed to, and share news online.
8 stars 2 forks source link

Refactor the SocialMediaLinkExposure module and socialMediaLinkExposure content script #39

Closed jonathanmayer closed 4 years ago

jonathanmayer commented 4 years ago

As best I can tell, this module and content script solely exist to handle Facebook URL shims. We should really be handling that in the LinkResolution utility module (for shim matching, parsing, and resolution functionality) and the LinkExposure module and linkExposure content script (to handle shim matching, parsing, and resolution during link exposure studies).

PranayAnchuri commented 4 years ago

Done. SocialMedia modules are SocialMediaNewsExposure and SocialMediaAccountExposure.