ardodd / socials-auto-poster

Automatically exported from code.google.com/p/socials-auto-poster
0 stars 0 forks source link

Posting to Google+ #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to post the example message to Google+

What is the expected output? What do you see instead?
No Error, but no posting

What version of the product are you using? On what operating system?
last version, on server WIN and also on server LIN

Please provide any additional information below.
At first, you have to add this curl option before the curl_exec, as Google+ has 
https protocol (curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false) on 
Abstract.php). Even with this correction, you can't post to Google+, even if 
you don't receive any errors.
Can you try to find out why? Tnx.

Original issue reported on code.google.com by salomoni...@gmail.com on 11 Sep 2012 at 3:00

GoogleCodeExporter commented 9 years ago
For Google+, if you change the post_url, it works!
The correct post_url seems to be: https://plus.google.com/_/sharebox/post 

Original comment by salomoni...@gmail.com on 11 Sep 2012 at 3:26

GoogleCodeExporter commented 9 years ago
ok, thank you.
there has been made a some changes.

Original comment by dixon.di...@gmail.com on 12 Sep 2012 at 10:04