daleanthony
Member
Posted 4 months ago #
I've just installed the Social plugin by MailChimp (http://wordpress.org/extend/plugins/social/), but whenever I try and add an account I get the following error:
error!
POST to http://x.x.com/index.php?social_controller=auth&social_action=authorized&is_admin=true&user_id=1 failed with 401:
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Apache/2.0.54 Server at x.x.com Port 80
-----
Anyone know why this might be happening?
anubhavkhanduja
Member
Posted 4 months ago #
Hey daleanthony
Could you find the solution to your problem? I am experiencing the same error when I am trying to integrate social with my WordPress blog.
POST to http://localhost/india/blog/index.php?social_controller=auth&social_action=authorized&is_admin=true&user_id=1 failed with 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /india/blog/index.php was not found on this server.</p> <hr> <address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address> </body></html>
In case you've solved it, kindly let me know.
Thanks.
knighs2
Member
Posted 3 months ago #
jessor
Member
Posted 3 months ago #
Because of how Oauth works (callback), adding of accounts will not work if
a) your site is not reachable from the internet, e.g. you work on http://localhost
b) it is in a password protected folder