MySpace Developer Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • idSpec user array too long.

    There appears to be a limit to the number of Person IDs I can pull from opensocial. Where is this documented? Is this part of the Google API specification? On examination, the limit seems to be 10 before an error is thrown on response: idSpec user array too long. I don't mean to complain, but on...
    Posted to General Questions/Comments (Forum) by Smart on 05-31-2008
  • Unsupported idspec using newFetchPeopleRequest...

    Let's say I have a thousand friends who all use my app. I want to one-off from script pull a friend by ID from collection of friends. The docs say: An ID, array of IDs, or a group reference used to specify which people to fetch; the supported keys are VIEWER, OWNER, VIEWER_FRIENDS, OWNER_FRIENDS...
    Posted to General Questions/Comments (Forum) by ZeroSleep on 04-16-2008
  • newFetchPeopleRequest needs to support array idSpec

    Dear Myspace, For my app to be functional, I need to be able to get names, urls, and thumbnails for people who are neither the owner nor the viewer nor the owner's/viewer's friends. The OpenSocial spec states that I may pass in an array of IDs for this purpose, but your servers are returning...
    Posted to General Questions/Comments (Forum) by Jonathan on 03-31-2008
  • Let newFetchPeopleRequest get access to anyone's basic info

    It seems newFetchPeopleRequest can only get data for friends. In many instances, it would be essential to display information such as thumbnail and name to non-friends withing the app canvas such as two-player games, message board discussions, dating apps. Please allow apps to access basic info for any...
    Posted to Ideas and Suggestions (Forum) by TK's Apps on 03-22-2008
  • Re: newFetchPersonRequest

    I have been trying to get this to work too, but so far no luck. The spec for newFetchPeopleRequest actually says that the parameter can be an ID or array of IDs, but it doesn't work. This is key to making any app social. That people can see basic info like name and thumnail of other users besides...
    Posted to Testing and Support (Forum) by TK's Apps on 03-22-2008
  • Re: ResponseItem.getError*() methods not implemented?

    In case anyone else stumbles into this thread, the error is that dataRequest.newFetchPersonRequest(id); with an id value isn't actually supported despite being part of the OpenSocial 0.7 spec. The methods just aren't implemented... I've not been able to get word if they're going to be...
    Posted to Open Social Container (Forum) by Egg on 03-19-2008
  • Re: newFetchPeopleRequest("#######,#######");

    [quote user="Chad"] Right now we only support: opensocial.DataRequest.Group.OWNER_FRIENDS and: opensocial.DataRequest.Group.VIEWER_FRIENDS passed into that fetch. [/quote] What if we want to get 1 or 2 of thousands of VIEWER_FRIENDS? Do we really need to keep calling the request 40 at a time...
    Posted to Testing and Support (Forum) by Egg on 03-14-2008
  • BUG: newFetchPeopleRequest fails with array of IDs

    I am trying to pass an array of IDs to newFetchPeopleRequest, but I receive the error code "badRequest" and error message "Unsupported idSpec". According to the spec this should work: An ID, array of IDs, or a group reference used to specify which people to fetch; the supported keys...
    Posted to Testing and Support (Forum) by John on 03-12-2008
  • newFetchPeopleRequest("#######,#######");

    Hello all, Im trying to fetch a collection of people based on their ids. so i have ....newFetchPeopleRequest("#######,#######"); But I get an error returned from this request. Is this a feature that hasn't been implemented yet? Thanks, Kristaps
    Posted to Testing and Support (Forum) by Kristaps on 02-20-2008
Page 1 of 1 (9 items)