OK, I got a little bit further:
print_r($data) gives the following:
stdClass Object
(
[lastModified] => 1415725238000
[name] => Imperial Alliance
[realm] => Bloodhoof
[battlegroup] => Reckoning / Abrechnung
[level] => 25
[side] => 0
[achievementPoints] => 2175
[emblem] => stdClass Object
(
[icon] => 12
[iconColor] => ffdfa55a
[border] => 4
[borderColor] => fff9cc30
[backgroundColor] => ff9e0036
)
)
So, the whole members array is missing
-
This reply was modified 8 years, 7 months ago by
Marvellius.