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

Handle Facebook posts in the SocialMediaSharing module #10

Closed jonathanmayer closed 4 years ago

jonathanmayer commented 4 years ago

Looks like the relevant API endpoint is https://www.facebook.com/webgraphql/mutation/. We'll have to check the POST body for both post text (looks like variables.input.message.text) and attached URLs (looks like variables.input.attachments).

akohlbre commented 4 years ago

dfff52a