<Actionscript 3.0 LIB> Fetching/Updating friends owner app data

1 view
Skip to first unread message

Anderson Ferminiano

unread,
Jun 21, 2010, 2:51:24 PM6/21/10
to OpenSocial Client Libraries
Ok, actionsction 3.0 has a 10 lines documentation... so I have a
question.

With this code snippet I can fetch user data:

var req:AsyncDataRequest = new AsyncDataRequest(
Feature.APP_DATA_GET,
new AppDataRequestOptions()
.setUserId("@me")
.setGroupId("@self")
.setKeys(["keyData"])
);

How can I fetch VIEWER FRIENDS/OWNER FRIENDS data? Which user id and
group id?

http://wiki.opensocial.org/index.php?title=The_Persistence_API#Working_with_your_friends.27_data

Reply all
Reply to author
Forward
0 new messages