I have been using the G+ API for a while. Today I learned that my automated daily updates have not been appearing since October 28, so I checked NextScripts and downloaded the new version 2.9.8 (oops!). I tried some posts tonight, and it’s returning the “Incorrect Username/Password Failed to connect to 74.125.28.84: Can’t assign requested address” error. I also tried the unlock my G+ account for application access, several times, and the API is still failing with the same error. Any suggestions?
$loginError = doConnectToGooglePlus2('me@gmail.com', 'mypassword');
if (!$loginError) doPostToGooglePlus2('mypost');