Hi.
I have been working with the myspaceID API for several days now and I'm able to access several data as uers's friends list, ...
However, I am facing a problem with the events : when I request activites, I get all my activities except the events.
Considered calls are (php):
- getFriendsActivities_ATOM with activity type as "EventPosting"
- immediate access to "http://api.myspace.com/1.0/activities/@me/@self";
Though I created both public and privates events, I am not able to retreive them.
Same for events I accessed through http://www.myspace.com/events and set as "I'm going"
So are these events accessible from another API and I am wrong with the previous accesses ? However, according to "http://api.myspace.com/1.0/activities/@supportedObjectTypes", events are associated to
- http:\/\/activities.myspace.com\/schema\/1.0\/ObjectTypes\/Birthday
- http:\/\/activities.myspace.com\/schema\/1.0\/ObjectTypes\Bandshow
but also with the events entity "http:\/\/activitystrea.ms\/schema\/1.0\/event"