gerbenjacobs / HabboAPI

A PHP wrapper for the (undocumented) Habbo API
MIT License
44 stars 10 forks source link

Members of a group #45

Closed francoisleduc closed 6 years ago

francoisleduc commented 6 years ago

https://github.com/gerbenjacobs/HabboAPI/blob/f7d81d50194ff0618dfeb3b72db9a8b90f6613b3/src/HabboParser.php#L169

I'm not sure Habbo gives the possibility to extract members of a group in their API. Where have you found this ?

gerbenjacobs commented 6 years ago

True. This used to work for some (smaller) groups, but recently they've completely disabled it. Removing it from the code requires a major version update according to semver, so I'll leave it in for now.