idSpec.setField(opensocial.IdSpec.Field.USER_ID, opensocial.IdSpec.PersonId.VIEWER);
idSpec.setField(opensocial.IdSpec.Field.NETWORK_DISTANCE, 1);
the code above is what is given to get friends connections using idspec. But, that is false.
Can someone please tell me the proper setfield to get connections updates
In the activities example demo
http://developer.yahoo.com/yap/guide/opens...activities-demothe setField function calls in the getViewerFriendsActivities function must change because it doesnt work
I know this because when I use setField for the user it works fine, but the network distance does not get any connections activities at all.