Hey Chris, I haven't played around much with opensocial-java-client, so can't comment. But if your use case is limited to just orkut, you could try orkut-os-client which works on Android: http://code.google.com/p/orkut-os-client/.
Prashant On Jul 8, 4:30 am, Chris Ma <[email protected]> wrote: > Thank you very much. I am not sure should I start a new post for next > step or not. > > I have downloaded OpenSocial java-client source code. I want to > use the demo(friendlistapp) toaccessOrkutuser'simages, albums, > and friends'avatar. > The problem is, the early version opensocial.jar file does not support > OrkutProvider. this jar file is uploaded Feb 20, 2010 > and the latest source code, after I build opensocial.jar file, > theandroidappwill has such error: > > After choose google. click Login > button. there is an error: Error occured fetching rquest token. > Caused by: net.oauth.OAuthProblemException:HTTP status 400 > > I checked the source code: > url = authScheme.getAuthorizationUrl(scheme + "://"); > > If I use latest opensocial.jar version from trunk(build by myserlf) I > got authScheme.toString() > ="org.opensocial.auth.oauth3leggedsch...@43dfe0b8" > It will pop OAuthProblemException:HTTP status 400 > > but when Iuserearly oepnsocial1.0.jar version(downloaded from > website) I got uthScheme.toString() =" > org.opensocial.auth.oauth3leggedsch...@43dfe0a0 > > This one is working well > > can anyone tell me whats wrong? -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.

