When I want to sign in to FB in the Autoposting to Facebook page, I get this sql error
"1062 Duplicate entry '2' for key 'PRIMARY' SQL=INSERT INTO `awb33_easyblog_oauth` (`id`,`user_id`,`type`,`auto`,`request_token`,`access_token`,`message`,`created`,`private`,`params`,`system`) VALUES ('2','427','facebook','0','{\"token\":\"facebook\",\"secret\":\"facebook\"}','','','2015-02-12 12:46:09','0','','1') "
I understand the "Duplicate entry" bit but not the why it happens.
Is it because I already did the sign-in to FB at some stage? In that case the code should put a message out like "Already signed in" .