I'm trying to run a simple code (which worked well before) that uses 
the Orkut Client Library.
In the line of "orkutAdapter.submitBatch(btx);" I get the following 
exception:

(here I put entire output)

Setting up adapter...
[orkut-adapter]: Initting OAuth.
[orkut-adapter]: Consumer key     : alouw.net
[orkut-adapter]: Consumer secret  : <not shown>
[orkut-adapter]: Callback URL     : 
http://localhost:8080/web/orkut_callback/
[orkut-adapter]: Request URL is   : http://www.orkut.com/social/rpc
[orkut-adapter]: Setting up oauth consumer.
[orkut-adapter]: Setting up oauth accessor and client.
[orkut-adapter]: Access pass provided: 
'1/XKZvTtIQjz15YM-EROB14t-fN3XYVUWWM1vLyJlmrt4 4joEJTWrbepeUH4GKOP+sIWq'
[orkut-adapter]: Literal access token and secret supplied:
[orkut-adapter]: Access token  : 
1/XKZvTtIQjz15YM-EROB14t-fN3XYVUWWM1vLyJlmrt4
[orkut-adapter]: Token secret  : 4joEJTWrbepeUH4GKOP+sIWq
Authenticated! Our access pass is: 
1/XKZvTtIQjz15YM-EROB14t-fN3XYVUWWM1vLyJlmrt4 4joEJTWrbepeUH4GKOP+sIWq
com.google.orkut.client.api.OrkutAdapterException: OrkutAdapter: error 
sending transaction batch.
at 
com.google.orkut.client.api.DefaultOrkutAdapter.submitBatch(DefaultOrkutAdapter.java:306)
at net.alouw.app.orkut.Test.run(Test.java:67)
at net.alouw.app.orkut.Test.main(Test.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:115)
Caused by: net.oauth.OAuthProblemException: HTTP/1.0 501 Not Implemented
at 
net.oauth.client.OAuthResponseMessage.toOAuthProblemException(OAuthResponseMessage.java:83)
at net.oauth.client.OAuthClient.invoke(OAuthClient.java:306)
at 
com.google.orkut.client.api.DefaultOrkutAdapter.submitBatch(DefaultOrkutAdapter.java:299)
... 7 more
*** Houston, we have a problem.


For my surprise, I got the same error when I tried to run the sample located 
at:
*orkut-os-client-full-2.0.02/samples*
*
*
*Thanks for any help!*

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to