[orkut-developer] Re: Album API outside sandbox

2009-06-24 Thread Pierre Henri Kuate
I am using this API in my app, and I have seen it available in production for a month or so. On Jun 23, 4:04 pm, Shishir wrote: > Hello Rob, > > We do plan to release the Albums API on the main site pretty soon. I > can't confirm a date though. Will post an announcement on the list/ > blog when

[orkut-developer] Re: Another proflem with the REST API

2009-03-25 Thread Pierre Henri Kuate
Get the latest version from the SVN; this problem is solved there (the request parameters weren't added to the signature). And as a bonus, you can now write cleaner requests like: var viewer = OpenSocialClient.newFetchPersonRequest(viewerId) .setFields("@all") .getObject(c); Cheers, Pie

[orkut-developer] Re: What good is the new Albums Photo API ?

2009-03-19 Thread Pierre Henri Kuate
I just noticed that: In MySpace's applications settings, there is the option "Allow my friends' applications to access my public photos and photo albums"; Orkut could have something similar. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[orkut-developer] Re: What good is the new Albums Photo API ?

2009-03-17 Thread Pierre Henri Kuate
parties to access their photos via API via a friend. > > hope this clears something > > On Mar 17, 9:11 pm, Pierre Henri Kuate wrote: > > > Hi Vijaya, > > > I expressed my concerns in another > > thread:http://groups.google.com/group/opensocial-orkut/browse_thread/t

[orkut-developer] Re: What good is the new Albums Photo API ?

2009-03-17 Thread Pierre Henri Kuate
iends photos > is not relevant. > Other users must explicitly change their permissions to allow 3rd > parties to access their photos via API via a friend. > > hope this clears something > > On Mar 17, 9:11 pm, Pierre Henri Kuate wrote: > > > Hi Vijaya, > > > I

[orkut-developer] Re: What good is the new Albums Photo API ?

2009-03-17 Thread Pierre Henri Kuate
Hi Vijaya, I expressed my concerns in another thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/9d593f6addab719 I don't understand what the goal of this new policy. Basically, by using the Orkut website, a user has access to (all) his own photos as well as to his frie

[orkut-developer] Re: Rest API

2009-03-10 Thread Pierre Henri Kuate
You can download one of the client libraries; they all come with working examples. - For Java: http://code.google.com/p/opensocial-java-client/ - For .NET: http://code.google.com/p/opensocial-net-client/ - For PHP: http://code.google.com/p/opensocial-php-client/ - For Ruby: http://code.google.com/

[orkut-developer] Re: What good is the new Albums Photo API ?

2009-03-03 Thread Pierre Henri Kuate
I reported this issue a week ago here: "Request for changing the default policy to access Albums and MediaItems": http://groups.google.com/group/opensocial-orkut/browse_thread/thread/9d593f6addab719 Let's hope we get a positive response from the Orkut team soon. --~--~-~--~~

[orkut-developer] Re: Implementing RESTful system.listMethods and system.methodSignatures

2009-02-27 Thread Pierre Henri Kuate
Done here: http://code.google.com/p/opensocial-resources/issues/detail?id=653 Thanks. On Feb 27, 8:32 am, Vijaya wrote: > As we work towards making orkut compliant to 0.9, we really appreciate > your input. > Please add your requests for features in the issue > tracker:http://code.google.com/p/

[orkut-developer] Re: How to get the begin UserID

2009-02-26 Thread Pierre Henri Kuate
And soon: OpenSocial .NET Client Library: http://code.google.com/p/opensocial-net-client/ On Feb 26, 11:00 am, Vijaya wrote: > You can use one of the REST client libraries > ( OpenSocial PHP Client > Library:http://code.google.com/p/opensocial-php-client/ > OpenSocial Java Client Library > :h

[orkut-developer] Implementing RESTful system.listMethods and system.methodSignatures

2009-02-26 Thread Pierre Henri Kuate
Hi, I am busy working on a library using the RESTful services of OpenSocial. It would be nice if you could implement the "system" services mentioned here: http://opensocial-resources.googlecode.com/svn/spec/draft/RPC-Protocol.xml With them, we will be able to tell what services are available i

[orkut-developer] Request for changing the default policy to access Albums and MediaItems

2009-02-25 Thread Pierre Henri Kuate
Hi, I raised these issues on a different thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/5cea003e62fadff3/ However, since they aren't related to the original topic of that thread, I decided to create a new one for them: After testing the RESTful service to access Alb

[orkut-developer] Re: RESTful support for Activities and more

2009-02-23 Thread Pierre Henri Kuate
I confirm that accessing Albums work :) I had some issues with my client-library... More here: http://groups.google.com/group/opensocial-client-libraries/browse_thread/thread/933d4f255b2786d3/bc52359545bb19ac I noticed that, if friend1 and friend2 both have installed the gadget and given access t

[orkut-developer] RESTful support for Activities and more

2009-02-23 Thread Pierre Henri Kuate
Hi, The OpenSocial Java Client has recently added support for querying activities. I would like to know if it is supported by Orkut (in the sandbox) and if not, do you have an ETA for when it will be? Same question for more recent APIs like Albums and MediaItems. By the way, I did try and it f