-
Hey Steve,
When raising an activity, you can associate 2 images. The images
must be stored on the MySpace network. We accept the following
references:
Image to the users profile picture: "http://api.myspace.com/v1/users/" + userId
Image to a public photo :
"http://api.myspace.com/v1/users/" + ...
-
Just to close this thread and update the community: The issue is resolved and was caused by two libraries that had definitions for JSON serialization. This was creating conflicts.
The recommended approach is to use the Gadget.json methods ...
-
Clint,
I'm still looking at your app 133091 FlashTestAS3. Not able to find your button to test activities.
I see a link Play | Profile | Challenges.
I see you are sending a notification when I challenge somebody.
I also looked at the Chat.
Please advice.
Marco
-
Ganapathy,
I'll look into it. Can you tell me what the values you passed to the mediaItems variable. Did you use the logical reference to media items?
BTW: Please open new threads for different issues. Makes it easier for me to track.
Thanks,
Marco
-
Clint,
Looking at your code. You are not calling?
var params = {};
params[opensocial.Activity.Field.TITLE_ID] = "maintemplate";
params[opensocial.Activity.Field.TEMPLATE_PARAMS] = {"feedbody":"Hello World!"};
Can you tell me the steps how I can ...
-
Clint,
Sorry to hear you ran into some issues.
The line "var mediaItemArray = [;" is that a typo? (This is probably a limitation of this forum editor.)
Honestly I've never seen this issue before.
Your variable type "action" is indeed defined as a Literal. So it should be good.
Let me ...
-
Pablo,
Thanks for the report. Can you let me know your AppId and how I can raise your event. It seems you ran into a problem. It could be related to some i18n support what has not rolled out in production yet.
If you don't want to share this info on the forum, send me a message at http://www.myspace.com/xxx_testuser_xxx ...
-
You have the freedom what to show when multiple events occurs on the same day.
By default we only show the last event from the sender per day.
But on the "Aggregate Form" tab in the template editor you can change this by unchecking the 'Use Single Form definition'
That will enable your title and body text areas' ...
-
Hey Ed, use of single quote is not valid xhtml , so keep our rewrite suggestion to double quote the app params needs some encoding.Does this work for you?http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=103419&appParams={%22foo%22:%22bar%22} So your example will be:
${subject}
link <a ...
-
The MySpace ID JSL framework would be the solution for you. This is currently in closed beta testing with some partners.
Basically you include a javascript library that we have developed. And with that you can raise activities, notifications, status update etc from any external website.
So hang in there, give us a few more weeks for iron ...