Changes between Version 24 and Version 25 of Developer-Contributed-hi5-OpenSocial-FAQ
- Timestamp:
- 10/09/08 17:04:32 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer-Contributed-hi5-OpenSocial-FAQ
v24 v25 7 7 1. [wiki:Developer-Contributed-hi5-OpenSocial-FAQ#DeveloperConsole Developer Console] 8 8 1. [wiki:Developer-Contributed-hi5-OpenSocial-FAQ#OpenSocialImplementationQuestions OpenSocial Implementation Questions] 9 a. [wiki:Developer-Contributed-hi5-OpenSocial-FAQ#OpenSocial0.8Implementation OpenSocial 0.8]10 9 1. [wiki:Developer-Contributed-hi5-OpenSocial-FAQ#Authentication Authentication] 11 10 1. [wiki:Developer-Contributed-hi5-OpenSocial-FAQ#Miscellaneous Miscellaneous] … … 18 17 1. '''Does hi5 support external content views (!ContentType="URL")?''' ''Answer: '' 19 18 1. '''How do I navigate to the canvas view without using requestNavigateTo?''' ''Answer: '' You can use the static URL that corresponds to the canvas view and use view-params to send it parameters that can be accessed in the canvas page with getParams. The static URL can be obtained from a user profile by seeing the target of the hyperlink labeled View at the top left of the Profile module. 20 1. '''What fields are supported within the profile object?''': ''<This answer needs to be updated for 0.8>'' 19 1. '''What fields are supported within the profile object?''': ''Answer: ''The following fields are supported: 20 1. ''"thumbnailUrl"'' 21 1. ''"profileUrl"'' 22 1. ''"gender"'' 23 1. ''"status"'' 24 1. ''"presence"'' 25 1. ''"aboutMe"'' 26 1. ''"age"'' 27 1. ''"books"'' 28 1. ''"birthday"'' 29 1. ''"ethnicity"'' 30 1. ''"interests"'' 31 1. ''"languagesSpoken"'' 32 1. ''"lookingFor"'' 33 1. ''"music"'' 34 1. ''"movies"'' 35 1. ''"nickName"'' 36 1. ''"relationshipStatus"'' 37 1. ''"religion"'' 38 1. ''"tvShows"'' 21 39 1. '''What fields are supported within the FOAF object?''': Right now public FOAF requests do not return additional information for the friends list, only references. If one submits a Hi5AuthToken you can get extended information, including name and profile Photo. 22 40 1. '''Why do I get only the VIEWER's photos in the request to newFetchAlbumsRequest()?''': For security purposes, we have hard coded the response to the newFetchAlbumsRequest() to only return the albums for the VIEWER of the application, regardless of the parameter set in the call that specifies which profile you want the photo album information for.