-
Hey, sorry for the confusion. The profile picture URI is correct, it's just that the URI is for the 0.8 API and you're calling the 0.9 API to raise the notification. The 0.9 API only accepts image URIs that conform to 0.9 URIs (we should fix this!).
Right now it's not the easiest to find the user's profile image ...
-
Hey, it's just those two for notifications.
Thanks,
Chad
-
I would double check with your web host, that's an error message denying access to a resource called "/myspace/index.htm". I assume that's a file living on your servers. What happens when you just browse to the URL without going through MySpace?
-
Hi, you actually can't fetch those fields for friends, only for the current owner and viewer. The friends API just returns the basic fields you listed.
Thanks,
Chad
-
Hi, apps are hidden until they are published. To get around this you'll need to either publish the app or add the other users as a developer or tester of the app.
To do the latter go to "My Apps" and click the Developers & Testers link. Click and drag the user (they have to be your friend) into either the ...
-
Hi, that's interesting, there's no easy way to do that. What you can do is load Canvas.aspx, then (in Firefox) right click on your app's iframe --> This Frame --> Open Frame In New Tab. That should preserve all of the OAuth params we send down and you can modify the URL via the browser.
In IE I think you can right ...
-
Hi Sanjeev, I responded to this here:
http://developer.myspace.com/Community/forums/t/9139.aspx
-
Hi, it looks like you're using the MySpaceID SDK, that works pretty well with the 0.7 and 0.8 endpoints but it's not optimized for 0.9.
We're in the process of updating the open source OpenSocial SDKs found here to work with 0.9:
http://wiki.opensocial.org/index.php?title=Client_Libraries
The C# SDK is one of the ones we've ...
-
Hey, I don't see why you wouldn't be able to post notifications for a MySpaceID app. The problem with notifications is that they're an async process, so we can validate some of the input up front but can't validate all of it. Because of this it might be silently failing somewhere along the pipeline after it's been ...
-
Hi, you can only retrieve display name, ID, thumbnail URL and profile URL for friends. You can get other fields, like gender, for the current owner and viewer only.
Chad