Changes between Version 22 and Version 23 of JsAPI

Show
Ignore:
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  
    4545{{{ 
    4646#!html 
    47 <div class="jsAPIcode"> 
     47<pre> 
    4848  var opts = {}; 
    4949  opts[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = 
     
    5959  req.add(req.newFetchPersonRequest('VIEWER', opts), 'viewer'); 
    6060  req.send(onLoadViewer); 
    61 </div> 
     61</pre> 
    6262}}} 
Close