ymkjp / opensocial-php-client

Automatically exported from code.google.com/p/opensocial-php-client
Apache License 2.0
0 stars 0 forks source link

Add (myspace specific) msUserType field to osapiPerson class #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Attached the diff.

Original comment by ying.amy...@gmail.com on 22 Nov 2010 at 9:51

Attachments: