Detecting own posts on Facebook from a Chrome extension perspective

Posted by Bane on Stack Overflow See other posts from Stack Overflow or by Bane
Published on 2012-09-04T15:37:10Z Indexed on 2012/09/04 15:37 UTC
Read the original article Hit count: 276

I want to create a Chrome extension that will automatically like every post I make on Facebook. My question is, how can I detect when I post something, and if that post if mine? Is there an event that occurs or something?

(And just for the record, I know that these sorts of things are impossible when other apps post on my behalf, at least from an extension perspective. So I'm only concentrating on posts that I actually click the "post" button, or enter for, myself.)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about facebook