MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • OpenSocial and OAuth

    Hi, I have a question on OpenSocial 0.9. How can I have the user id ? I didn't find the method to get this information. I'm using OpenSocial 1.1.1 library and in your samples here :http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Albums on this line : $osapi = new osapi ( new...
    Posted to IFrame - REST (Forum) by Sylvain007 on 11-19-2009
  • Failed to obtain friends' data

    Hello, I'm developing a web application that needs to import birthdays into a database from various social networks (it's already working with Facebook and Hyves). Now, I'm trying to add support for MySpace, and I ran into a few issues with the Person APIs: I'm trying to use OpenSocial...
    Posted to IFrame - REST (Forum) by Alessandro on 10-07-2009
  • Re: REST API, OpenSocial, DataAvailability... Little bit confusing...

    I am struggeling with the same issue. v1: Seems still nicely going (I even have this wonderful interactive test tool on the MySpace site) v2: OpenSocial REST API implementation and the Portable Contacts Rest resources seem to be V2 as well ... indeed, I cannot see event the difference between the "OpenSocial"...
    Posted to General Questions/Comments (Forum) by Urs on 04-07-2009
  • calling requestSendMessage from profile

    I do not seem to be able to send any messages from profile. The code below works great from canvas page but not when I install my app on the profile. Can someone help me figure out what it is I'm doing wrong? <script> function sendMessage(id) { var msgType; var message; message = opensocial...
    Posted to JavaScript/HTML - Container (Forum) by Uladzimir on 02-25-2009
  • USER_ID

    Hi, I have one question ... in opensocial v0.8 user_id has format myspace:11212312 (prefix:id). I want to move my application from 0.7 to 0.8 and I wonder if removing prefix from user_id will have any consecution in future ? Best regards.
    Posted to General Questions/Comments (Forum) by Gamedesire on 02-23-2009
  • Google opensocial

    Hey, I am working on an app. And i need help Here is the link: http://code.google.com/apis/opensocial/articles/tutorial/tutoria l-0.8.html I need to put the codes together but it doesn't say how to merge them.
    Posted to JavaScript/HTML - Container (Forum) by Joey F on 02-19-2009
  • Open Canvas Confusion

    Hi all I'm developing a simple app to test open canvas functionality. The app has only "Canvas" page so i presume it should work correctly. So here's what i did: 1) I've created a simple app that lists owner's and viewer's profile details (nickname, profile url and picture...
    Posted to JavaScript/HTML - Container (Forum) by d on 02-10-2009
  • OS0.8: only get 20 friends when I set max to 100, Why?

    I have set the PeopleRequestFields.MAX to 100, but only can get 20 friends. And I have 50+ friends just now. My code is below, can someone help me? <script> var idSpecFields = {}; idSpecFields[opensocial.IdSpec.Field.USER_ID] = opensocial.IdSpec.PersonId.VIEWER; idSpecFields[opensocial.IdSpec.Field...
    Posted to JavaScript/HTML - Container (Forum) by Jackson My on 01-20-2009
  • opensocial.newDataRequest().send(return_fuction) inconsistent behaviour

    Hi, We are having difficulty in obtaining viewerId and ownerId in the profile surface for our apps. We are currently using opensocial 0.8 (although the difficulty also occurs in 0.7). The code below works in FireFox and IE when only one app using this method is present in the profile page. The difficulty...
    Posted to JavaScript/HTML - Container (Forum) by Neil Dabson on 01-15-2009
  • I must be stupid - Please help

    I have tried using the open social URL Grab sample to no success. I want to have my APP pass the USERID of the profile page you are on to my web page. My web page then looks up that ProfileID and returns a comma separated list back to myspace (this will be an array that I will parse on the canvas...
    Posted to General Questions/Comments (Forum) by Jason on 09-30-2008
Page 1 of 3 (26 items) 1 2 3 Next >