Automating Facebook group post deletion using CasperJS – Facebook api
I'm working on writing a script to delete posts from a Facebook Group, since Facebook's Graph API won't allow a developer to do so unless the posts were made from the developer's account. So far, I have been able to…