Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 589 Bytes

##ReadMe

Facebook Integration Bot

About:

A java servlet which communicates with facebook graph api to register complaints automatically

Requirements:

-JDBC Driver Library

-mysql server

Instructions to setup project on netbeans:

-Create new project

-Add ComplaintBot.java ComplaintDetails.java ComplaintDetailsDao.java to your project

-Import JDBC library

-Get PageAccess token for bot facebook account from "developers.facebook.com/tools/explorer" set it equal to the accesstoken string

-Set the "/feed" to "bot managed page id/feed"

-Run file ComplaintBot.java