[orkut-developer] cant get mediaitems by album id

2010-07-11 Thread Chris Ma
In OpenSocial-java-client android demo code: I can get any information about a users' albums,(id,) try { Request request = AlbumsService.getAlbums(); album = client.send(request).getEntries(); but when I try to get all mediaitem in albums, I keep getting null

[orkut-developer] Re: android app access orkut user picture

2010-07-07 Thread Chris Ma
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(friendlist app) to access Orkut user's images, albums, and friends'avatar. The problem is, the early version opensocial.jar file

[orkut-developer] Re: android app access orkut user picture

2010-07-06 Thread Chris Ma
its an installed application, itwill be installed to user's cell phone. so I dont have such a server/url to verify at https://www.google.com/gadgets/directory/verify to get consumer keys. I think I can only user 3legged OAuth,because it will send user to web broser to transfer request token to

[orkut-developer] android app access orkut user picture

2010-06-29 Thread Chris Ma
hi,I am new to Orkut and OAuth, I want to write an app to get user album pictures. 1: Do I need a consumer key and secret key for my android app? how to get it? because its android app. I dont know how to verify at this link https://www.google.com/gadgets/directory/verify 2:I have signed up

[orkut-developer] Re: how to get consumer key for android app for Orkut?

2010-06-29 Thread Chris Ma
I dont know what is my url, it is android app, i dont have such a website/domain to verify -- 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-or...@googlegroups.com. To unsubscribe from

[orkut-developer] Re: android app access orkut user picture

2010-06-29 Thread Chris Ma
Its an application running in android system(user's cell phone). so that I dont have such a URL to verify it. I looked through the opensocial-java-client android sample, looks like they are using 3- legged OAuth to access google data (open a new browser and get user permission).If i

[orkut-developer] how to get consumer key for android app for Orkut?

2010-06-28 Thread Chris Ma
hello, I am new to Open social and Orkut, I want to write an android app which access Orkut information. It require a url to get a consumerkey and secrete key for Orkut. How can I do it? Thank you very much. -- You received this message because you are subscribed to the Google Groups orkut