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,