Hi All,
I am trying to access activities of friend that has installed my
application using standalone application.
System.out.println("Fetching Activities ....");
            List<OpenSocialActivity>    activities=c.fetchActivitiesForFriends
(userId);
              for(OpenSocialActivity activity:activities)
              System.out.println(activity);

is it possible to access in this way or i have to use web application
for doing this .


--~--~---------~--~----~------------~-------~--~----~
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-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to