Hey all, I'm new to developing opensocial/myspace apps and I've got a few questions that I can't find the answer to.
1) I know that I can query myspace to get data for VIEWER and OWNER. Is it possible to query for a user id?
For example, user 1 and 2 have the app installed but are not friends with each other. However, I want to display the uses pic and display name on the canvas page regardless of who is the owner of the app.
2) I need to keep track of when users add and delete the app to/from their profiles in an external database. Is there a built in way of doing this (i.e. a callback when "add this app" is selected)? If not, it's easy enough to code something up for a user add, but a delete would be trickier on the back end.
Thanks in advance.