Developer Platform
All the latest news on developing applications that interface with Hi5.
Home
Blog
Getting Started
Wiki
FAQ
Terms and Conditions
Search:
Preferences
Help/Guide
About Trac
OpenID Login
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 22
and
Version 23
of
JsAPI
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/06/08 15:32:02 (
20 months
ago)
Author:
me.yahoo.com/lourmoore#b8e34
(IP: 10.100.10.112)
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
JsAPI
v22
v23
45
45
{{{
46
46
#!html
47
<
div class="jsAPIcode"
>
47
<
pre
>
48
48
var opts = {};
49
49
opts[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] =
…
…
59
59
req.add(req.newFetchPersonRequest('VIEWER', opts), 'viewer');
60
60
req.send(onLoadViewer);
61
</
div
>
61
</
pre
>
62
62
}}}
Close