What steps will reproduce the problem?
1. Modify the listFriends.php sample
2. Add 'msUserType' to $profile_fields
3. Run listFriends.php?test=myspace
What is the expected output? What do you see instead?
Expect msUserType field to be returned, but currently it's not.
What version of the product are you using? On what operating system?
version 1.1.1
Please provide any additional information below.
After this issue was reported to my group, I investigated and the fix is quite
simple. Just add the following to osapiPerson class:
// myspace specific field
public $msUserType;
Original issue reported on code.google.com by ying.amy...@gmail.com on 22 Nov 2010 at 7:36
Original issue reported on code.google.com by
ying.amy...@gmail.com
on 22 Nov 2010 at 7:36