You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opensocial-and-gadgets-spec
Some examples in the osapi section examples say "You have " + ownerFriends.length + " friends". This is both logically and syntactically incorrect :(
Since the request probably only grabbed 20 friends by default, we actually want the total number of friends which is returned in ownerFriends.totalResults.
If we did want to display the number of friends returned in the request, we'd have to do ownerFriends.list.length.
-Lane
Adam Winer
unread,
Jun 26, 2009, 10:47:12 AM6/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opensocial-an...@googlegroups.com
I don't think this needs to wait for v.Next - the example here is just wrong, and should be treated as typos.