5 messages in com.googlegroups.opensocial-apiRe: A NON-JavaScript way to access pr...
FromSent OnAttachments
Vikram22 Jan 2008 06:05 
oriTest22 Jan 2008 06:45 
Marc Wessely22 Jan 2008 07:03 
Reinoud Elhorst22 Jan 2008 11:14 
fernando padilla22 Jan 2008 18:09 
Subject:Re: A NON-JavaScript way to access profile and friends information
From:oriTest (oriT@gmx.net)
Date:01/22/2008 06:45:29 AM
List:com.googlegroups.opensocial-api

Hey,

I think the way you want will be released with the Opensocial Data API ´s. link: http://code.google.com/apis/opensocial/docs/dataapis.html

There will be a way to get profile-data from a non-container-system.

Regards,

OriTest

On 22 Jan., 15:06, Vikram <s.ve@gmail.com> wrote:

Hi, Using the OpenSocial Javascript API, i am able to access sociograph only using a request/response model. But, i need a way where i can access this information from my web server, which is running on Ruby using the Rails framework. In my case, the only way to do that is to generate javascript code to peform that fetch logic in the views (rhtml files), which is really ugly and badly violating the MVC model !!! So, is there any other NON-JAVASCRIPT way (like a RESTful service) to access the profile and friend information in OpenSocial?

Thanks,