[OpenSocial] Interop between different social networks using OpenSocial?

2008-05-14 Thread Hugene
If I understand right, and app written in OpenSocial will work on a set of different social networking sites. BUT can we write an app that retrieves info about "application" specific friends that are members of another social network and not you own, where you have the app deployed? To illustrate

[OpenSocial] sharing a link to an item in an opensocial app

2008-05-14 Thread ohadpr
is there a way to give a friend a single link that would take him to a deep-linked item in an app? i assume there is, the main issue is what do you do with friends who don't have the app installed, and is there a single URL that can cover both cases? --~--~-~--~~~---~-

[OpenSocial] Re: Get list of friends who have installed my app.

2008-05-14 Thread Aakash Bapna
Hi, Chethan, if you want to get only those friends who have app installed, then you can use the HAS_APP filter. ex- var params = {}; params[opensocial.DataRequest.PeopleRequestFields.FILTER] = opensocial.DataRequest.FilterType.HAS_APP;Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.c

[OpenSocial] Get list of friends who have installed my app.

2008-05-14 Thread Chethan
Hi all, How do we get list of only those friends who have installed my app. Regards, Chethan raj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, se

[OpenSocial] Re: submitting future version of the app

2008-05-14 Thread Chethan
Thanks guys, Replacing the xml worked. In the main site, it takes little time to get the latest version. Though bpc=1 works immediately, but when removed goes back to the older version. Anyway waiting for an hour to get updated is not a problem. Regards, Chethan Raj On May 13, 11:25 pm, "just