MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 14 (137 items) 1 2 3 4 5 Next > ... Last »
  • Re: Activity error

    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/" + ...
    Posted to JavaScript/HTML - Container (Forum) by Test User on 10-15-2009
  • Re: badRequest error code: should be strings?

    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 ...
    Posted to Activities (Forum) by Test User on 09-21-2009
  • Re: badRequest error code: should be strings?

     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  
    Posted to Activities (Forum) by Test User on 09-17-2009
  • Re: REST based app notifications problem

     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
    Posted to Notifications (Forum) by Test User on 09-17-2009
  • Re: badRequest error code: should be strings?

     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 ...
    Posted to Activities (Forum) by Test User on 09-17-2009
  • Re: badRequest error code: should be strings?

     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 ...
    Posted to Activities (Forum) by Test User on 09-17-2009
  • Re: null in the template message of an activitie

    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 ...
    Posted to Activities (Forum) by Test User on 08-24-2009
  • Re: Preview Acitivity popup becomes optional for user

    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' ...
    Posted to Activities (Forum) by Test User on 08-17-2009
  • Re: unable to save/preview activity templates

    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 ...
    Posted to Activities (Forum) by Test User on 08-17-2009
  • Re: Send message from external website

    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 ...
    Posted to Activities (Forum) by Test User on 08-11-2009
Page 1 of 14 (137 items) 1 2 3 4 5 Next > ... Last »