Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-19-2011, 06:13 AM   PM User | #1
vinjort
New to the CF scene

 
Join Date: Feb 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
vinjort is an unknown quantity at this point
Post orkut Oauth php client: Empty server response Exception... need help!!

I am using orkut's php open social client v1.0 located at :
http://code.google.com/p/orkut-os-cl...downloads/list

I have tried live demos of this library on internet none of them worked fine for me but
the live demo at http://www.dxs.com.br/os-3leg/test/ is working good for my orkut acount.

At first it was giving me Length Required error when i tested it on my website
so i fixed it by writing $headers[] = 'Content-Length: '.strlen($postBody);
After specifying it manually, it is taking so much time to load and
then i am getting Empty Server Response exception in curl-post
request.. Below are the details :


Code:
<b>Fatal error</b>:  Uncaught exception 'Exception' with message 'HTTP
Error: Empty reply from server' in /home/username/public_html/orkut/lib/orkut-3legged.php:55
Stack trace:
#0 /home/username/public_html/orkut/lib/orkut-3legged.php(394): CurlRequest::send('http://www.orku...', 'POST', '[{&quot;method&quot;:&quot;peo...', Array)
#1 /home/username/public_html/orkut/services/friends.php(61): Orkut-&gt;execute()
#2 /home/username/public_html/orkut/json/list_friends.php(32): Friends-&gt;execute()
#3 /home/username/public_html/orkut/json/list_friends.php(42): GetOrkutUserInfo-&gt;execute()
#4 {main}
 thrown in <b>/home/username/public_html/orkut/lib/orkut-3legged.php</b> on line
<b>55</b><br />
I asked about this problem on google official forum but there is no response from them.
Is it happening because of the timezone setting which is set in globals.php?

If anyone know the solution to this problem then kindly let me know.

thanks in advance..
vinjort is offline   Reply With Quote
Reply

Bookmarks

Tags
google, oauth, opensocial, orkut, os-client

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:15 AM.


Advertisement
Log in to turn off these ads.