-
I see this too. And apps are not-usable in this state.
-
A lot of app-users try to share their app's canvas page with their friends by copying the canvas page URL. However, the canvas page URL usually looks like this (When the owner = viewer):
http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=(id of the app)
Whereas, what they need to share is this: ...
-
Okay, it's working again.
-
When I try to save app-source for any app, I am getting this dreaded (and all too familiar) message:
Sorry! an unexpected error has occurred.
This error has been forwarded to MySpace's technical group.
-
I now agree that the "Recently Popular" sort order should be the default. However, in its current state, the "Recently Popular" order is pretty much the "Most Recent" order. Because unlike the older apps which all seem to have a 1-3% growth, the new apps have 20-50% growth because of the limited number of users they ...
-
Sometimes, while loading the app-canvas page (no iframe), Internet Explorer decides to do a phishing check for the page, which never finishes (or finishes after 2+ minutes). I have seen the same problem outside of apps-domain too -- for example, sometimes, while uploading / deleting photos in MySpace, the phishing check starts and the page never ...
-
Chad (or someone else from MDP), can you please provide us some pointers for this.
-
-
Rhonda, that's good news. Do you know if the fix is to link back to the profile pages or to allow apps to access info even if the user hasn't installed app? I guess the second?
-
And is this how to access it (Copying the code from above)?
In Request method: var personFields = new Array(
opensocial.Person.Field.ID,
'userType'
); var param = {};
param[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = personFields;
var ...