Even I could hardcode the access token, my pages werent listed and I could only post to my personal wall. 🙁
Please try to fix it, this is the only plugin that doesnt use third party apps to publish to facebook!
I could get the access_token by myself, so definitly the problem is in admin/authorization.php, it is failing to get the access token.
Solved: Just added width: 100%; in #social .social-input-row, #social .form-submit in comments.css
/* Input row styles */
#social .social-input-row,
#social .form-submit {
clear: left;
margin: 0 0 10px;
overflow: hidden;
padding-left: 80px;
position: relative;
zoom: 1;
width: 100%;
}
Same here. Comment box is not showing up and it sucks. I’m looking forward to downloading an old version too.